VueTorrent/.prettierrc

11 lines
182 B
Text
Raw Normal View History

{
"printWidth": 180,
"semi": false,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "none",
"proseWrap": "always",
"endOfLine": "auto",
"arrowParens": "avoid"
}