chill_hugoplate/.prettierrc

14 lines
244 B
Plaintext
Raw Normal View History

2023-05-25 10:41:54 +00:00
{
2023-07-22 05:20:40 +00:00
"plugins": ["prettier-plugin-go-template"],
2023-05-25 10:41:54 +00:00
"overrides": [
{
"files": ["*.html"],
"options": {
"parser": "go-template",
"goTemplateBracketSpacing": true,
"bracketSameLine": true
}
}
]
}