VueTorrent/.prettierrc.json

17 lines
358 B
JSON
Raw Normal View History

2023-10-20 16:15:28 +03:00
{
"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
}