sunmao-ui/.prettierrc
2021-10-19 00:14:44 +08:00

12 lines
228 B
Plaintext

{
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "es5",
"bracketSpacing": true,
"jsxBracketSameLine": false,
"arrowParens": "avoid",
"endOfLine": "lf",
"printWidth": 90
}