Files
martial-web/.prettierrc.json
2025-11-28 17:40:40 +08:00

10 lines
167 B
JSON

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