use oxfmt instead of prettier

This commit is contained in:
pa
2026-03-13 22:30:12 +09:00
parent 82122a4fab
commit 7b7c1b4568
155 changed files with 3467 additions and 1631 deletions
-27
View File
@@ -1,27 +0,0 @@
{
"printWidth": 80,
"tabWidth": 4,
"semi": true,
"singleQuote": true,
"quoteProps": "as-needed",
"trailingComma": "none",
"bracketSpacing": true,
"arrowParens": "always",
"endOfLine": "auto",
"overrides": [
{
"files": "*.js",
"options": {
"parser": "meriyah"
}
},
{
"files": "*.vue",
"options": {
"printWidth": 120,
"bracketSameLine": true,
"vueIndentScriptAndStyle": true
}
}
]
}