enforce indent case like vscode prefers

This commit is contained in:
Will Scullin 2020-11-25 17:28:37 -08:00
parent 1e58e2c1b8
commit 1aaa94a8ed
No known key found for this signature in database
GPG Key ID: 9092A5C0A673416B
21 changed files with 1350 additions and 1347 deletions

View File

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