Skip to content

Commit a3ade6d

Browse files
committed
Changed printWidth to 80 for .prettierrc
1 parent 6d33b86 commit a3ade6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.prettierrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"semi": true,
33
"trailingComma": "all",
44
"singleQuote": true,
5-
"printWidth": 120,
5+
"printWidth": 80,
66
"tabWidth": 2
77
}

0 commit comments

Comments
 (0)