added prettier config

This commit is contained in:
Rohan Sircar 2020-08-05 14:38:22 +05:30
parent 911ea52b96
commit 85b831e05c

5
.prettierrc Normal file
View File

@ -0,0 +1,5 @@
{
"tabWidth": 2,
"useTabs": false,
"printWidth": 80
}