14 lines
262 B
Text
14 lines
262 B
Text
{
|
|
"plugins": ["prettier-plugin-go-template"],
|
|
"proseWrap": "preserve",
|
|
"overrides": [
|
|
{
|
|
"files": ["*.html"],
|
|
"options": {
|
|
"parser": "go-template",
|
|
"printWidth": 80,
|
|
"singleAttributePerLine": true
|
|
}
|
|
}
|
|
]
|
|
}
|