Skip to content

Commit 0b2bf1d

Browse files
committed
chore: add .prettierrc.json and friends
1 parent 46889d9 commit 0b2bf1d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.prettierrc.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"printWidth": 80,
3-
"useTabs": true,
4-
"tabWidth": 2,
5-
"singleQuote": true,
6-
"bracketSpacing": true,
7-
"proseWrap": "always",
8-
"semi": true,
9-
"trailingComma": "all"
2+
"printWidth": 80,
3+
"useTabs": true,
4+
"tabWidth": 2,
5+
"singleQuote": true,
6+
"bracketSpacing": true,
7+
"proseWrap": "always",
8+
"semi": true,
9+
"trailingComma": "all"
1010
}

0 commit comments

Comments
 (0)