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