summaryrefslogtreecommitdiffstats
path: root/ui/tslint.json
diff options
context:
space:
mode:
Diffstat (limited to 'ui/tslint.json')
-rw-r--r--ui/tslint.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/tslint.json b/ui/tslint.json
index d3e7a8a9..938502e4 100644
--- a/ui/tslint.json
+++ b/ui/tslint.json
@@ -2,7 +2,7 @@
"extends": "tslint:recommended",
"rules": {
"forin": false,
- "indent": [ true, "tabs" ],
+ "indent": [ true, "spaces" ],
"interface-name": false,
"ban-types": true,
"max-classes-per-file": true,