make Prettier

Este commit está contenido en:
AJ ONeal 2019-06-06 12:16:00 -06:00
padre 844a668f70
commit 6a32bf9e2f
Se han modificado 1 ficheros con 4 adiciones y 0 borrados

Ver fichero

@ -1,4 +1,8 @@
{
"bracketSpacing": true,
"printWidth": 80,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "none",
"useTabs": true
}