mirror of
https://github.com/lxndrblz/anatole.git
synced 2022-06-11 21:08:13 +03:00
18 lines
267 B
Plaintext
18 lines
267 B
Plaintext
{
|
|
"endOfLine": "lf",
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"printWidth": 120,
|
|
"tabWidth": 2,
|
|
"trailingComma": "all",
|
|
"useTabs": false,
|
|
"overrides": [
|
|
{
|
|
"files": ["*.html"],
|
|
"options": {
|
|
"parser": "go-template"
|
|
}
|
|
}
|
|
]
|
|
}
|