This commit is contained in:
Oliver
2025-05-02 06:48:19 -03:00
commit 4afcf970b3
307 changed files with 66607 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"overrides": [
{
"files": ["*.html"],
"options": {
"parser": "go-template",
"goTemplateBracketSpacing": true,
"bracketSameLine": true
}
}
]
}