Skip to content

Commit 7511084

Browse files
committed
Create .prettierrc
1 parent c2cce94 commit 7511084

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.prettierrc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"semi": true,
3+
"arrowParens": "always",
4+
"bracketSpacing": true,
5+
"printWidth": 80,
6+
"singleQuote": true,
7+
"tabWidth": 2
8+
}

0 commit comments

Comments
 (0)