22 lines
No EOL
421 B
Text
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
|
|
}
|
|
}
|
|
]
|
|
} |