Skip to content

Commit cce5d8b

Browse files
committed
Specify format spacing
1 parent 0c6fc4d commit cce5d8b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.prettierrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"semi": false,
3-
"singleQuote": true
3+
"singleQuote": true,
4+
"tabWidth": 2
45
}

0 commit comments

Comments
 (0)