Skip to content

Commit

Permalink
global: increase line width from 80 chars to 120
Browse files Browse the repository at this point in the history
  • Loading branch information
Selithrarion committed Apr 17, 2021
1 parent 9e8c57d commit 5bd04c8
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,7 +1,7 @@
{
"semi": true,
"singleQuote": true,
"printWidth": 80,
"printWidth": 120,
"tabWidth": 2,
"useTabs": true,
"trailingComma": "es5",
Expand Down

0 comments on commit 5bd04c8

Please sign in to comment.