12 lines
173 B
Plaintext
12 lines
173 B
Plaintext
|
{
|
||
|
"parser": "babel",
|
||
|
"printWidth": 100,
|
||
|
"trailingComma": "all",
|
||
|
"overrides": [{
|
||
|
"files": ["*.html"],
|
||
|
"options": {
|
||
|
"parser": "go-template"
|
||
|
}
|
||
|
}]
|
||
|
}
|