Omphaloskepsis-2/.prettierrc

15 lines
259 B
Text
Raw Normal View History

2025-01-05 12:15:45 +00:00
{
"proseWrap": "always",
"overrides": [
{
"files": "*.html",
"options": {
"printWidth": 140,
"singleAttributePerLine": true,
"parser": "go-template"
2025-01-05 12:15:45 +00:00
}
}
],
"plugins": ["prettier-plugin-go-template"]
2025-01-05 12:15:45 +00:00
}