mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-30 02:48:55 +08:00
13 lines
240 B
Plaintext
13 lines
240 B
Plaintext
{
|
|
"printWidth": 80,
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"singleQuote": true,
|
|
"semi": true,
|
|
"trailingComma": "none",
|
|
"bracketSpacing": false,
|
|
"quoteProps": "consistent",
|
|
"arrowParens": "avoid",
|
|
"jsxBracketSameLine": false
|
|
}
|