mirror of
https://github.com/rubickCenter/rubick
synced 2025-06-07 02:54:11 +08:00
19 lines
444 B
Plaintext
19 lines
444 B
Plaintext
{
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"jsxSingleQuote": true,
|
|
"trailingComma": "es5",
|
|
"bracketSpacing": true,
|
|
"jsxBracketSameLine": false,
|
|
"arrowParens": "always",
|
|
"printWidth": 80,
|
|
"embeddedLanguageFormatting": "auto",
|
|
"htmlWhitespaceSensitivity": "ignore",
|
|
"preserve": "preserve",
|
|
"insertPragma": false,
|
|
"quoteProps": "as-needed",
|
|
"requirePragma": false,
|
|
"endOfLine": "auto"
|
|
} |