14 lines
225 B
JSON
14 lines
225 B
JSON
|
{
|
||
|
"printWidth": 99,
|
||
|
"plugins": ["prettier-plugin-go-template"],
|
||
|
"overrides": [
|
||
|
{
|
||
|
"files": ["*.html"],
|
||
|
"options": {
|
||
|
"parser": "go-template"
|
||
|
}
|
||
|
}
|
||
|
],
|
||
|
"goTemplateBracketSpacing": true
|
||
|
}
|