Skip to content

Commit fa59eec

Browse files
committed
Restore .prettierrc
1 parent 5992d7d commit fa59eec

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.prettierrc

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"printWidth": 120,
3+
"singleQuote": true,
4+
"semi": true,
5+
"tabWidth": 4,
6+
"useTabs": false,
7+
"trailingComma": "none",
8+
"arrowParens": "avoid",
9+
"bracketSpacing": true
10+
}

0 commit comments

Comments
 (0)