]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - tslint.json
Add ability to forbid user to upload video
[github/Chocobozzz/PeerTube.git] / tslint.json
index 70e5d9bb4103f67ae7d18b4b3f1f7cc641f3855d..6e982ca85d47121cdfae366389a6502238b28d21 100644 (file)
@@ -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
   }