1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
{ "plugins": [ "prettier-plugin-go-template", "@awmottaz/prettier-plugin-void-html" ], "overrides": [ { "files": ["*.html"], "options": { "parser": "go-template", "goTemplateBracketSpacing": true, "bracketSameLine": true } }, { "files": ["*.js", "*.ts"], "options": { "useTabs": true, "printWidth": 120, "singleQuote": true } } ] }