www.499501.com/.prettierrc
irl 0c730ec55f
All checks were successful
ci / build_and_publish (push) Successful in 17s
feat: initial import
2026-01-31 15:00:54 +00:00

22 lines
No EOL
421 B
Text

{
"plugins": ["prettier-plugin-go-template"],
"overrides": [
{
"files": ["*.html"],
"options": {
"parser": "go-template",
"goTemplateBracketSpacing": true,
"bracketSameLine": true,
"useTabs": true
}
},
{
"files": ["*.js", "*.ts"],
"options": {
"useTabs": true,
"printWidth": 120,
"singleQuote": true
}
}
]
}