Skip to content
This repository was archived by the owner on Jan 2, 2022. It is now read-only.

Commit 7dd0754

Browse files
committed
style: set max line length to 160 characters
1 parent bfe4539 commit 7dd0754

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
@@ -4,7 +4,7 @@
44
"endOfLine": "lf",
55
"jsxBracketSameLine": false,
66
"jsxSingleQuote": true,
7-
"printWidth": 120,
7+
"printWidth": 160,
88
"semi": true,
99
"singleQuote": true,
1010
"tabWidth": 2,

0 commit comments

Comments
 (0)