Skip to content

Commit 6b4ab4d

Browse files
committed
change prettier settings to my preferences
1 parent 9b4e800 commit 6b4ab4d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.prettierrc.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"printWidth": 80,
3-
"tabWidth": 2,
3+
"tabWidth": 4,
44
"useTabs": false,
5-
"semi": false,
6-
"singleQuote": true,
5+
"semi": true,
6+
"singleQuote": false,
77
"quoteProps": "as-needed",
88
"jsxSingleQuote": false,
9-
"trailingComma": "none",
9+
"trailingComma": "all",
1010
"bracketSpacing": true,
1111
"bracketSameLine": true,
1212
"arrowParens": "avoid",

0 commit comments

Comments
 (0)