X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tslint.json;h=6828f4325efd6d4af83de9f50f71a1ee4bc07bb1;hb=b3079978d2a72215644bfcd34448286c02216a0e;hp=92d0bd2b1d7c4603d3de4189376af5e1c95fb4fa;hpb=dfecb9003600913f8c3130a87e5b403d6686a55f;p=github%2FChocobozzz%2FPeerTube.git diff --git a/tslint.json b/tslint.json index 92d0bd2b1..6828f4325 100644 --- a/tslint.json +++ b/tslint.json @@ -4,7 +4,7 @@ "await-promise": [true, "Bluebird"], "no-inferrable-types": true, "eofline": true, - "indent": ["spaces"], + "indent": [true, "spaces"], "ter-indent": [true, 2], "max-line-length": [true, 140], "no-unused-variable": false, // Memory issues