Skip to content

Commit ec0a08c

Browse files
committed
Add prettier
1 parent 4b1b33b commit ec0a08c

3 files changed

Lines changed: 844 additions & 964 deletions

File tree

.prettierrc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
2+
"singleQuote": true,
23
"printWidth": 120,
34
"quoteProps": "preserve",
4-
"singleQuote": true,
5-
"tabWidth": 4
5+
"spaceBeforeFunctionParen": true,
6+
"tabWidth": 4,
7+
"useTabs": false
68
}

0 commit comments

Comments
 (0)