make Prettier

这个提交包含在:
AJ ONeal 2019-06-06 12:16:00 -06:00
父节点 844a668f70
当前提交 6a32bf9e2f
共有 1 个文件被更改,包括 4 次插入0 次删除

查看文件

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