mirror of
https://github.com/qier222/YesPlayMusic.git
synced 2024-11-23 03:07:41 +08:00
14 lines
278 B
Plaintext
14 lines
278 B
Plaintext
|
{
|
||
|
"trailingComma": "es5",
|
||
|
"tabWidth": 2,
|
||
|
"useTabs": false,
|
||
|
"semi": true,
|
||
|
"singleQuote": false,
|
||
|
"jsxSingleQuote": true,
|
||
|
"jsxBracketSameLine": false,
|
||
|
"arrowParens": "always",
|
||
|
"endOfLine": "lf",
|
||
|
"bracketSpacing": true,
|
||
|
"htmlWhitespaceSensitivity": "strict"
|
||
|
}
|