Change tab rule to spaces

This commit is contained in:
Bryan Ashby 2018-06-21 22:58:56 -06:00
parent 6325f92fa5
commit 5ddf04c882
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
"rules": { "rules": {
"indent": [ "indent": [
"error", "error",
"tab", 4,
{ {
"SwitchCase" : 1 "SwitchCase" : 1
} }