fastlion-amis
Version:
一种MIS页面生成工具
21 lines (20 loc) • 361 B
Plain Text
{
"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
}
}
]
}