war-web/.prettierrc.json
2025-08-21 12:58:48 +08:00

12 lines
180 B
JSON

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