Use 2 spaces for indentation

This commit is contained in:
Bill Thornton 2020-04-13 11:19:02 -04:00
parent ac70fa62ba
commit e7c628dcfa

View File

@ -42,7 +42,7 @@
"comma-dangle": ["error", "never"],
"comma-spacing": ["error"],
"eol-last": ["error"],
"indent": ["error", 4, { "SwitchCase": 1 }],
"indent": ["error", 2, { "SwitchCase": 1 }],
"keyword-spacing": ["error"],
"max-statements-per-line": ["error"],
"no-floating-decimal": ["error"],