mirror of
https://github.com/jeffvli/feishin.git
synced 2024-11-20 06:27:09 +01:00
21 lines
407 B
Plaintext
21 lines
407 B
Plaintext
|
{
|
||
|
"printWidth": 100,
|
||
|
"semi": true,
|
||
|
"singleQuote": true,
|
||
|
"overrides": [
|
||
|
{
|
||
|
"files": ["**/*.css", "**/*.scss", "**/*.html"],
|
||
|
"options": {
|
||
|
"singleQuote": false
|
||
|
}
|
||
|
}
|
||
|
],
|
||
|
"trailingComma": "all",
|
||
|
"bracketSpacing": true,
|
||
|
"arrowParens": "always",
|
||
|
"proseWrap": "never",
|
||
|
"htmlWhitespaceSensitivity": "strict",
|
||
|
"endOfLine": "lf",
|
||
|
"singleAttributePerLine": true
|
||
|
}
|