use spaces over tabs

This commit is contained in:
Nathan Wang 2020-06-20 01:10:27 -07:00
parent 952776c608
commit 0265353bd3
17 changed files with 1639 additions and 1639 deletions

View file

@ -3,7 +3,7 @@
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"useTabs": true,
"useTabs": false,
"trailingComma": "es5",
"arrowParens": "avoid"
}