Files
quyun-v2/frontend/portal/.prettierrc.json
2025-12-24 22:49:39 +08:00

11 lines
191 B
JSON

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