Skip to content

Commit 2ff0954

Browse files
authored
Update .prettierrc (#4955)
Force Prettier tabs width for the project scope
1 parent 4da90a3 commit 2ff0954

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
@@ -2,5 +2,6 @@
22
"singleQuote": true,
33
"trailingComma": "all",
44
"semi": false,
5-
"arrowParens": "avoid"
5+
"arrowParens": "avoid",
6+
"tabWidth": 2
67
}

0 commit comments

Comments
 (0)