1
0
Fork 0
mirror of https://git.sr.ht/~ashkeel/strimertul-website synced 2025-02-22 03:17:43 +00:00
strimertul-website/.prettierrc

12 lines
159 B
Text
Raw Permalink Normal View History

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