Skip to content

Commit 88a98f8

Browse files
committed
Set tabWidth, printWidth and trailingComma to match the current code.
1 parent 9f50c7f commit 88a98f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.prettierrc.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"trailingComma": "es5",
3-
"tabWidth": 4,
4-
"printWidth": 120,
2+
"trailingComma": "all",
3+
"tabWidth": 2,
4+
"printWidth": 80,
55
"semi": true,
66
"singleQuote": false
77
}

0 commit comments

Comments
 (0)