Add prettier config

This commit is contained in:
Pine Wu 2019-08-27 09:33:19 -07:00
parent 739ae7737a
commit a22b7c6502

6
.prettierrc.json Normal file
View file

@ -0,0 +1,6 @@
{
"useTabs": true,
"printWidth": 120,
"semi": true,
"singleQuote": true
}