summaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-07-31 01:33:56 +0200
committerFlorian Dold <florian.dold@gmail.com>2019-07-31 01:33:56 +0200
commitcc4e8ddc85d36f29a7385a7f4eb08c77f46b3af6 (patch)
tree56b7d5a083c5b64a72d0905ad04616b97986538e /.vscode
parentbcefbd7aab5f33f93d626c6421a1a1218c1a91a2 (diff)
downloadwallet-core-cc4e8ddc85d36f29a7385a7f4eb08c77f46b3af6.tar.gz
wallet-core-cc4e8ddc85d36f29a7385a7f4eb08c77f46b3af6.tar.bz2
wallet-core-cc4e8ddc85d36f29a7385a7f4eb08c77f46b3af6.zip
headless wallet WIP
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/settings.json3
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