2
0
Files
fe.wfc/.prettierrc.json
2024-12-13 19:14:32 +08:00

12 lines
208 B
JSON

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