Skip to content

Commit

Permalink
linelength=80
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerbutler committed May 29, 2020
1 parent 7cf1ce4 commit a017f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prettier.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module.exports = {
arrowParens: "always",
endOfLine: "lf",
printWidth: 120,
printWidth: 80,
singleQuote: false,
tabWidth: 4,
trailingComma: "all",
Expand Down

0 comments on commit a017f52

Please sign in to comment.