8000 Do not wrap lines · HowProgrammingWorks/Book@8c4e548 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8c4e548

Browse files
committed
Do not wrap lines
1 parent 2189846 commit 8c4e548

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.prettierrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"singleQuote": true,
33
"trailingComma": "es5",
4-
"printWidth": 80,
5-
"proseWrap": "always",
4+
"proseWrap": "never",
65
"overrides": [
76
{
87
"files": ".prettierrc",

0 commit comments

Comments
 (0)
0