Update prettier conf

This commit is contained in:
Dan Mindru 2019-09-03 23:34:20 +02:00 committed by Dan Mindru
parent a04d8a225a
commit ab54d1e3e6
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
{ {
"semi": true, "semi": true,
"singleQuote": true "singleQuote": true,
"printWidth": 120
} }