Skip to content

Commit

Permalink
Configure prettier (line width: 120)
Browse files Browse the repository at this point in the history
  • Loading branch information
dorny committed Nov 12, 2020
1 parent 86683c9 commit 85e3aa1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
dist/
lib/
node_modules/
node_modules/
__tests__/__outputs__
__tests__/__snapshots__
2 changes: 1 addition & 1 deletion .prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"printWidth": 80,
"printWidth": 120,
"tabWidth": 2,
"useTabs": false,
"semi": false,
Expand Down

0 comments on commit 85e3aa1

Please sign in to comment.