Skip to content

Commit 60b4cff

Browse files
committed
fix: set prettier printWidth back to 80
1 parent ed96e23 commit 60b4cff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.prettierrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"bracketSpacing": true,
44
"endOfLine": "auto",
55
"insertPragma": false,
6-
"printWidth": 120,
6+
"printWidth": 80,
77
"proseWrap": "preserve",
88
"quoteProps": "as-needed",
99
"requirePragma": false,

0 commit comments

Comments
 (0)