Skip to content

Commit a84c2db

Browse files
committed
add prettier config
1 parent 69266cf commit a84c2db

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: .prettierrc

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"printWidth": 80,
3+
"tabWidth": 2,
4+
"singleQuote": true,
5+
"bracketSpacing": true,
6+
"arrowParens": "always",
7+
"endOfLine": "lf"
8+
}

0 commit comments

Comments
 (0)