Updating prettierrc

This commit is contained in:
Ashish Jain
2021-08-19 19:43:01 +02:00
parent adcc25db8e
commit 571816fc28

View File

@@ -1,4 +1,5 @@
{ {
"printWidth": 100, "printWidth": 100,
"singleQuote": true "singleQuote": true,
"endOfLine": "auto"
} }