Skip to content

Commit b2088e1

Browse files
authored
chore: adjust prettier to default to spaces
1 parent 23393af commit b2088e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.prettierrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"useTabs": true,
3-
"printWidth": 600,
2+
"useTabs": false,
3+
"printWidth": 800,
44
"tabWidth": 2,
55
"singleQuote": true
66
}

0 commit comments

Comments
 (0)