1
0
mirror of https://github.com/TeamPiped/Piped.git synced 2024-12-12 21:30:27 +05:30
Piped/.prettierrc.json

13 lines
279 B
JSON
Raw Normal View History

2021-04-07 17:12:32 +05:30
{
"singleQuote": false,
"trailingComma": "all",
"semi": true,
"tabWidth": 4,
"embeddedLanguageFormatting": "auto",
"endOfLine": "lf",
"printWidth": 120,
"vueIndentScriptAndStyle": false,
2021-11-07 19:21:24 +05:30
"quoteProps": "as-needed",
"arrowParens": "avoid"
2021-04-07 17:12:32 +05:30
}