Skip to content

Commit 2d9eb4a

Browse files
committed
add tabWidth
1 parent f3f57f1 commit 2d9eb4a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.prettierrc

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
"singleQuote": false,
66
"jsxSingleQuote": false,
77
"semi": true,
8-
"trailingComma": "all"
8+
"trailingComma": "all",
9+
"tabWidth": 2
910
}

0 commit comments

Comments
 (0)