megrez/frontend/.prettierrc.json
2024-12-29 01:02:31 +08:00

11 lines
191 B
JSON

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