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