make Prettier

このコミットが含まれているのは:
AJ ONeal 2019-06-06 12:16:00 -06:00
コミット 6a32bf9e2f
1個のファイルの変更4行の追加0行の削除

ファイルの表示

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