17 lines
285 B
Text
17 lines
285 B
Text
|
{
|
||
|
"goTemplateBracketSpacing": true,
|
||
|
"htmlWhitespaceSensitivity": "css",
|
||
|
"printWidth": 100,
|
||
|
"singleQuote": false,
|
||
|
"tabWidth": 2,
|
||
|
"trailingComma": "es5",
|
||
|
"overrides": [
|
||
|
{
|
||
|
"files": ["*.html"],
|
||
|
"options": {
|
||
|
"parser": "go-template"
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|