Skip to content

Commit 15f7fa1

Browse files
committed
a more explicit .prettierrc
1 parent c6f42c1 commit 15f7fa1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.prettierrc

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"trailingComma": "es5",
33
"semi": true,
4-
"singleQuote": true
4+
"singleQuote": true,
5+
"printWidth": 80,
6+
"tabWidth": 2,
7+
"useTabs": false,
8+
"bracketSpacing": true,
9+
"arrowParens": "avoid"
510
}

0 commit comments

Comments
 (0)