Skip to content

Commit

Permalink
udpate prettier rules to support 140 chars per line
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagoschenkel committed Jun 24, 2018
1 parent e2f9b84 commit 321588f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"printWidth": 80,
"printWidth": 140,
"tabWidth": 4,
"useTabs": false,
"semi": true,
Expand Down

0 comments on commit 321588f

Please sign in to comment.