mirror of
https://github.com/vrcx-team/VRCX.git
synced 2026-04-05 16:21:59 +02:00
21 lines
479 B
JSON
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
|
|
}
|
|
}
|
|
]
|
|
}
|