2021-08-11 05:28:33 +00:00
|
|
|
{
|
2023-10-24 22:11:10 +00:00
|
|
|
"plugins": ["prettier-plugin-go-template"],
|
2022-01-19 00:53:17 +00:00
|
|
|
"goTemplateBracketSpacing": true,
|
2021-08-17 01:03:47 +00:00
|
|
|
"htmlWhitespaceSensitivity": "css",
|
2021-08-11 05:28:33 +00:00
|
|
|
"printWidth": 100,
|
2021-08-17 01:03:47 +00:00
|
|
|
"singleQuote": false,
|
|
|
|
"tabWidth": 2,
|
2023-10-24 22:11:10 +00:00
|
|
|
"useTabs": false,
|
2021-08-17 01:03:47 +00:00
|
|
|
"trailingComma": "es5",
|
2021-08-11 05:28:33 +00:00
|
|
|
"overrides": [
|
|
|
|
{
|
|
|
|
"files": ["*.html"],
|
|
|
|
"options": {
|
|
|
|
"parser": "go-template"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|