This commit is contained in:
Joshua Hsueh 2021-04-10 11:47:56 -04:00
commit 0f4342ba4d

7
.prettierrc Normal file
View File

@ -0,0 +1,7 @@
{
"arrowParens": "always",
"bracketSpacing": true,
"singleQuote": true,
"tabWidth": 2,
"useTabs": true
}