Skip to content

Commit 497151c

Browse files
committed
Add tabwidth and spaces to prettier
1 parent a866955 commit 497151c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.prettierrc.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@
22
"singleQuote": false,
33
"trailingComma": "es5",
44
"arrowParens": "always",
5-
"bracketSpacing": true
5+
"bracketSpacing": true,
6+
"tabWidth": 2,
7+
"useTabs": false
68
}

0 commit comments

Comments
 (0)