diff --git a/tslint.json b/tslint.json index 3568815..6cfd392 100644 --- a/tslint.json +++ b/tslint.json @@ -21,7 +21,8 @@ ], "indent": [ true, - "spaces" + "spaces", + 4 ], "interface-over-type-literal": true, "new-parens": true,