VueTorrent/.prettierrc

8 lines
123 B
Text
Raw Normal View History

{
"tabWidth": 4,
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"arrowParens": "avoid"
}