mirror of https://github.com/TeamPiped/Piped
Change prettier configuration option.
parent
559605c376
commit
299cb359a8
|
@ -7,5 +7,6 @@
|
|||
"endOfLine": "lf",
|
||||
"printWidth": 120,
|
||||
"vueIndentScriptAndStyle": false,
|
||||
"quoteProps": "as-needed"
|
||||
"quoteProps": "as-needed",
|
||||
"arrowParens": "avoid"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue