Files
VRCX/html/.prettierrc.json
2021-08-13 02:57:50 +09:00

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"
}