mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-08 14:18:40 +00:00
15 lines
308 B
Plaintext
15 lines
308 B
Plaintext
|
{
|
||
|
"arrowParens": "avoid",
|
||
|
"bracketSpacing": true,
|
||
|
"endOfLine": "lf",
|
||
|
"jsxSingleQuote": false,
|
||
|
"printWidth": 80,
|
||
|
"proseWrap": "preserve",
|
||
|
"quoteProps": "as-needed",
|
||
|
"semi": true,
|
||
|
"singleQuote": true,
|
||
|
"tabWidth": 2,
|
||
|
"useTabs": false,
|
||
|
"organizeImportsSkipDestructiveCodeActions": true
|
||
|
}
|