mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
11 lines
179 B
Plaintext
11 lines
179 B
Plaintext
{
|
|
"printWidth": 80,
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"singleQuote": true,
|
|
"semi": false,
|
|
"trailingComma": "none",
|
|
"bracketSpacing": true,
|
|
"arrowParens": "avoid"
|
|
}
|