Files
VRCX/.oxfmtrc.json
2026-03-14 22:41:38 +09:00

21 lines
479 B
JSON

{
"$schema": "./node_modules/oxfmt/configuration_schema.json",
"printWidth": 80,
"tabWidth": 4,
"semi": true,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": true,
"arrowParens": "always",
"overrides": [
{
"files": ["*.vue"],
"options": {
"printWidth": 120,
"bracketSameLine": true,
"vueIndentScriptAndStyle": true
}
}
]
}