Skip to content
Prev Previous commit
Next Next commit
fix: set prettier printWidth back to 80
  • Loading branch information
defaude committed Oct 3, 2023
commit 60b4cffe1a91c274bdd9b4ff6f152206acae463a
2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"bracketSpacing": true,
"endOfLine": "auto",
"insertPragma": false,
"printWidth": 120,
"printWidth": 80,
"proseWrap": "preserve",
"quoteProps": "as-needed",
"requirePragma": false,
Expand Down