15 lines
211 B
Plaintext
15 lines
211 B
Plaintext
|
{
|
||
|
"printWidth": 99,
|
||
|
"singleQuote": false,
|
||
|
"semi": false,
|
||
|
"trailingComma": "none",
|
||
|
"overrides": [
|
||
|
{
|
||
|
"files": ["*.html"],
|
||
|
"options": {
|
||
|
"parser": "go-template"
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|