mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-16 14:31:16 +00:00
22 lines
443 B
Plaintext
22 lines
443 B
Plaintext
|
{
|
||
|
"printWidth": 100,
|
||
|
"semi": true,
|
||
|
"singleQuote": true,
|
||
|
"overrides": [
|
||
|
{
|
||
|
"files": ["**/*.css", "**/*.scss", "**/*.html"],
|
||
|
"options": {
|
||
|
"singleQuote": false
|
||
|
}
|
||
|
}
|
||
|
],
|
||
|
"trailingComma": "all",
|
||
|
"bracketSpacing": false,
|
||
|
"arrowParens": "avoid",
|
||
|
"proseWrap": "never",
|
||
|
"htmlWhitespaceSensitivity": "strict",
|
||
|
"vueIndentScriptAndStyle": false,
|
||
|
"endOfLine": "lf",
|
||
|
"singleAttributePerLine": true
|
||
|
}
|