Skip to content

Commit cd02ff4

Browse files
committedOct 3, 2021
Create .prettierrc
1 parent 7f4ebbf commit cd02ff4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
 

‎.prettierrc

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

0 commit comments

Comments
 (0)
Please sign in to comment.