Cataloguer/.prettierrc

15 lines
262 B
Text
Raw Normal View History

2025-01-12 14:51:44 +00:00
{
"plugins": ["prettier-plugin-go-template"],
"proseWrap": "preserve",
"overrides": [
{
"files": ["*.html"],
"options": {
"parser": "go-template",
"printWidth": 80,
"singleAttributePerLine": true
}
}
]
}