chore: OXC Formatter

This commit is contained in:
skytek_xinliang
2026-08-13 15:41:12 +08:00
parent 5377b872d8
commit 8f5fa15d3a
40 changed files with 2392 additions and 3009 deletions
+3 -2
View File
@@ -1,6 +1,7 @@
{
"recommendations": [
"vuetifyjs.vuetify-vscode",
"vue.volar"
"vue.volar",
"oxc.oxc-vscode"
]
}
}
+5
View File
@@ -0,0 +1,5 @@
{
"oxc.fmt.configPath": ".oxfmtrc.json",
"editor.defaultFormatter": "oxc.oxc-vscode",
"editor.formatOnSave": true
}