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