Skip to content

Commit

Permalink
add some args for prettier so that is not messing to much up
Browse files Browse the repository at this point in the history
  • Loading branch information
mneuber committed Apr 24, 2020
1 parent 5db4859 commit 4db5e2d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"singleQuote": true
"singleQuote": true,
"tabWidth": 4,
"printWidth": 120,
"arrowParens": "avoid"
}

0 comments on commit 4db5e2d

Please sign in to comment.