Skip to content

Commit 4ba59b3

Browse files
committed
chore: add Prettier configuration file
1 parent 5b07e3c commit 4ba59b3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.prettierrc

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"semi": true,
3+
"tabWidth": 2,
4+
"printWidth": 80,
5+
"singleQuote": false,
6+
"trailingComma": "es5",
7+
"bracketSpacing": true,
8+
"bracketSameLine": false,
9+
"arrowParens": "always",
10+
"endOfLine": "lf",
11+
"jsxSingleQuote": false
12+
}

0 commit comments

Comments
 (0)