Files
VRCX/html/.prettierrc.json
2023-05-10 17:10:46 +12:00

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