mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-14 20:28:01 +00:00
12 lines
245 B
Text
12 lines
245 B
Text
{
|
|
"trailingComma": "es5",
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"jsxSingleQuote": true,
|
|
"arrowParens": "avoid",
|
|
"endOfLine": "lf",
|
|
"bracketSpacing": true,
|
|
"htmlWhitespaceSensitivity": "strict"
|
|
}
|