VueTorrent/.prettierrc.json
2023-10-20 15:15:28 +02:00

16 lines
358 B
JSON

{
"arrowParens": "avoid",
"bracketSameLine": true,
"bracketSpacing": true,
"endOfLine": "auto",
"htmlWhitespaceSensitivity": "css",
"printWidth": 180,
"proseWrap": "always",
"quoteProps": "as-needed",
"semi": false,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "none",
"useTabs": false,
"vueIndentScriptAndStyle": false
}