Skip to content

Commit a8a1b0e

Browse files
committed
Add prettierrc to format at 4 tabs
1 parent dd7716b commit a8a1b0e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.prettierrc

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"singleQuote": true,
3+
"trailingComma": "all",
4+
"printWidth": 80,
5+
"tabWidth": 4
6+
}

0 commit comments

Comments
 (0)