Skip to content

Commit

Permalink
Modifies prettier code params.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkormendy committed Nov 2, 2020
1 parent 3163381 commit 90129fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"tabWidth": 2,
"useTabs": false,
"singleQuote": true,
"semi": true
"semi": true,
"printWidth": 120
}

0 comments on commit 90129fc

Please sign in to comment.