strimertul-website/.prettierrc

12 lines
159 B
Plaintext
Raw Permalink Normal View History

2023-02-18 00:04:20 +00:00
{
"overrides": [
{
"files": ["*.html"],
"options": {
"parser": "go-template"
}
}
],
"goTemplateBracketSpacing": true
}