Files
quyun-v2/frontend/superadmin/.prettierrc.json
2025-12-17 11:48:53 +08:00

11 lines
191 B
JSON

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