🎨 chore(prettier): update .prettierrc

This commit is contained in:
2025-01-16 03:22:34 +08:00
parent 92ccc838da
commit 57ad96e87b

View File

@@ -7,5 +7,7 @@
"bracketSpacing": true,
"semi": false,
"trailingComma": "es5",
"vueIndentScriptAndStyle": false
"vueIndentScriptAndStyle": false,
"bracketSameLine": false,
"singleAttributePerLine": true
}