mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-17 22:03:50 +02:00
32 lines
730 B
JSON
32 lines
730 B
JSON
{
|
|
"printWidth": 80,
|
|
"tabWidth": 4,
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"quoteProps": "as-needed",
|
|
"trailingComma": "none",
|
|
"bracketSpacing": true,
|
|
"arrowParens": "always",
|
|
"vueIndentScriptAndStyle": true,
|
|
"endOfLine": "auto",
|
|
"plugins": [
|
|
"@prettier/plugin-pug"
|
|
],
|
|
"overrides": [
|
|
{
|
|
"files": "*.pug",
|
|
"options": {
|
|
"pugPrintWidth": 120,
|
|
"pugAttributeSeparator": "none",
|
|
"pugBracketSameLine": true
|
|
}
|
|
},
|
|
{
|
|
"files": "*.vue",
|
|
"options": {
|
|
"printWidth": 120,
|
|
"bracketSameLine": true
|
|
}
|
|
}
|
|
]
|
|
} |