Skip to content

Commit a3c19e2

Browse files
committed
chore: toggle useTabs and use arrow parentheses
1 parent 531da52 commit a3c19e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.prettierrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
2-
"useTabs": false,
2+
"arrowParens": "always",
3+
"useTabs": true,
34
"printWidth": 100,
45
"tabWidth": 4,
56
"semi": true,

0 commit comments

Comments
 (0)