mirror of
https://gitee.com/HuLaSpark/HuLa.git
synced 2024-11-29 18:28:30 +08:00
15 lines
310 B
Plaintext
15 lines
310 B
Plaintext
{
|
|
"singleQuote": true,
|
|
"semi": false,
|
|
"printWidth": 120,
|
|
"useTabs": false,
|
|
"tabWidth": 2,
|
|
"jsxSingleQuote": false,
|
|
"trailingComma": "none",
|
|
"bracketSpacing": true,
|
|
"arrowParens": "always",
|
|
"bracketSameLine": true,
|
|
"jsxBracketSameLine": true,
|
|
"endOfLine": "lf"
|
|
}
|