zcui/.prettierrc.json
2026-06-16 14:07:58 +08:00

10 lines
167 B
JSON

{
"printWidth": 100,
"tabWidth": 2,
"semi": true,
"singleAttributePerLine": false,
"bracketSpacing": true,
"singleQuote": true,
"arrowParens": "avoid"
}