mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
12 lines
279 B
JSON
12 lines
279 B
JSON
{
|
|
"singleQuote": false,
|
|
"trailingComma": "all",
|
|
"semi": true,
|
|
"tabWidth": 4,
|
|
"embeddedLanguageFormatting": "auto",
|
|
"endOfLine": "lf",
|
|
"printWidth": 120,
|
|
"vueIndentScriptAndStyle": false,
|
|
"quoteProps": "as-needed",
|
|
"arrowParens": "avoid"
|
|
}
|