mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-11 19:03:51 +02:00
13 lines
247 B
JSON
13 lines
247 B
JSON
{
|
|
"printWidth": 80,
|
|
"tabWidth": 4,
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"quoteProps": "as-needed",
|
|
"trailingComma": "none",
|
|
"bracketSpacing": false,
|
|
"arrowParens": "always",
|
|
"vueIndentScriptAndStyle": true,
|
|
"endOfLine": "auto"
|
|
}
|