mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
21 lines
361 B
Plaintext
21 lines
361 B
Plaintext
{
|
|
"printWidth": 80,
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"singleQuote": true,
|
|
"semi": true,
|
|
"trailingComma": "none",
|
|
"bracketSpacing": false,
|
|
"quoteProps": "consistent",
|
|
"arrowParens": "avoid",
|
|
"jsxBracketSameLine": false,
|
|
"overrides": [
|
|
{
|
|
"files": "src/locale/*.ts",
|
|
"options": {
|
|
"printWidth": 800
|
|
}
|
|
}
|
|
]
|
|
}
|