Files
APIPark/frontend/.prettierrc.json
T
2024-12-19 16:17:50 +08:00

12 lines
204 B
JSON

{
"printWidth": 120,
"useTabs": false,
"tabWidth": 2,
"semi": false,
"bracketSpacing": true,
"arrowParens": "always",
"trailingComma": "none",
"singleQuote": true,
"bracketLine": true
}