amis-rpc-design/libs/amis/.prettierrc

21 lines
361 B
Plaintext
Raw Permalink Normal View History

2023-10-07 19:42:30 +08:00
{
"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
}
}
]
}