24 lines
361 B
Plaintext
24 lines
361 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
|
|
}
|
|
}
|
|
]
|
|
}
|