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