Skip to content

Commit 2dd9c1e

Browse files
committed
chore: setup prettier
1 parent 2a2c45a commit 2dd9c1e

File tree

4 files changed

+809
-17
lines changed

4 files changed

+809
-17
lines changed

.prettierrc

+15-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1-
{
2-
"singleQuote": true
3-
}
1+
{
2+
"printWidth": 80,
3+
"tabWidth": 2,
4+
"useTabs": false,
5+
"semi": true,
6+
"singleQuote": true,
7+
"trailingComma": "none",
8+
"bracketSpacing": true,
9+
"arrowParens": "avoid",
10+
"requirePragma": false,
11+
"insertPragma": false,
12+
"proseWrap": "preserve",
13+
"htmlWhitespaceSensitivity": "css",
14+
"endOfLine": "auto"
15+
}

0 commit comments

Comments
 (0)