theme/.prettierrc
kolaente 6f3c075669
All checks were successful
continuous-integration/drone/push Build is passing
feat: add prettier
2022-01-29 18:53:15 +01:00

16 lines
215 B
Plaintext

{
"tabWidth": 4,
"useTabs": true,
"goTemplateBracketSpacing": true,
"printWidth": 100,
"singleQuote": true,
"overrides": [
{
"files": ["*.html"],
"options": {
"parser": "go-template"
}
}
]
}