Files
quyun-v2/frontend/tenant_admin/.prettierrc.json
2025-12-24 17:08:09 +08:00

11 lines
191 B
JSON

{
"useTabs": false,
"tabWidth": 4,
"trailingComma": "none",
"semi": true,
"singleQuote": true,
"vueIndentScriptAndStyle": false,
"printWidth": 250,
"bracketSameLine": false
}