Skip to content

Commit 05a1d46

Browse files
committed
fix(prettier): printWidth 80 => 100
1 parent 7d7db0e commit 05a1d46

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
@@ -2,7 +2,7 @@
22
"tabWidth": 4,
33
"useTabs": false,
44
"semi": true,
5-
"printWidth": 80,
5+
"printWidth": 100,
66
"singleQuote": true,
77
"bracketSpacing": true,
88
"arrowParens": "always",

0 commit comments

Comments
 (0)