mirror of
https://github.com/smartxworks/sunmao-ui.git
synced 2025-03-01 17:56:06 +08:00
11 lines
207 B
Plaintext
11 lines
207 B
Plaintext
|
{
|
||
|
"tabWidth": 2,
|
||
|
"useTabs": false,
|
||
|
"semi": true,
|
||
|
"singleQuote": true,
|
||
|
"trailingComma": "es5",
|
||
|
"bracketSpacing": true,
|
||
|
"jsxBracketSameLine": true,
|
||
|
"arrowParens": "avoid",
|
||
|
"endOfLine": "lf"
|
||
|
}
|