diff options
Diffstat (limited to '.vscode')
-rw-r--r-- | .vscode/settings.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 565900b97..6482c5da1 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -35,5 +35,6 @@ "**/*.js.map": true }, "tslint.enable": true, - "editor.wrappingIndent": "same" + "editor.wrappingIndent": "same", + "editor.tabSize": 2 }
\ No newline at end of file |