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