22 lines
359 B
Plaintext
22 lines
359 B
Plaintext
|
|
{
|
||
|
|
"semi": true,
|
||
|
|
"trailingComma": "es5",
|
||
|
|
"singleQuote": true,
|
||
|
|
"printWidth": 120,
|
||
|
|
"tabWidth": 2,
|
||
|
|
"endOfLine": "auto",
|
||
|
|
"bracketSpacing": true,
|
||
|
|
"overrides": [
|
||
|
|
{
|
||
|
|
"files": "*.scss",
|
||
|
|
"options": {
|
||
|
|
"singleQuote": false
|
||
|
|
}
|
||
|
|
}, {
|
||
|
|
"files": "*.html",
|
||
|
|
"options": {
|
||
|
|
"printWidth": 120
|
||
|
|
}
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|