mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-09 09:48:22 +00:00
Change prettier configuration option.
This commit is contained in:
parent
559605c376
commit
299cb359a8
@ -7,5 +7,6 @@
|
|||||||
"endOfLine": "lf",
|
"endOfLine": "lf",
|
||||||
"printWidth": 120,
|
"printWidth": 120,
|
||||||
"vueIndentScriptAndStyle": false,
|
"vueIndentScriptAndStyle": false,
|
||||||
"quoteProps": "as-needed"
|
"quoteProps": "as-needed",
|
||||||
|
"arrowParens": "avoid"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user