Skip to content
This repository was archived by the owner on Oct 12, 2021. It is now read-only.

Commit 7690caf

Browse files
committed
Set max line length to 140 chars.
1 parent 1ef6f9b commit 7690caf

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
"arrowParens": "avoid",
33
"bracketSpacing": true,
44
"endOfLine":"auto",
5-
"printWidth": 120,
5+
"printWidth": 140,
66
"singleQuote": false,
77
"tabWidth": 2,
88
"trailingComma": "all",

0 commit comments

Comments
 (0)