X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tslint.json;h=6e982ca85d47121cdfae366389a6502238b28d21;hb=a10d56bafc31602dfee9b1c52bbf26ab9aca366a;hp=70e5d9bb4103f67ae7d18b4b3f1f7cc641f3855d;hpb=df98563e2104b82b119c00a3cd83cd0dc1242d25;p=github%2FChocobozzz%2FPeerTube.git diff --git a/tslint.json b/tslint.json index 70e5d9bb4..6e982ca85 100644 --- a/tslint.json +++ b/tslint.json @@ -4,6 +4,7 @@ "no-inferrable-types": true, "eofline": true, "indent": ["spaces"], + "ter-indent": [true, 2], "max-line-length": [true, 140], "no-floating-promises": false }