14 lines
244 B
Text
14 lines
244 B
Text
|
{
|
||
|
"plugins": ["prettier-plugin-go-template"],
|
||
|
"overrides": [
|
||
|
{
|
||
|
"files": ["*.html"],
|
||
|
"options": {
|
||
|
"parser": "go-template",
|
||
|
"goTemplateBracketSpacing": true,
|
||
|
"bracketSameLine": true
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|