set the default tab size to 2 spaces.

closes ATL-379.

Signed-off-by: Akos Kitta <kittaakos@typefox.io>
This commit is contained in:
Akos Kitta 2020-08-10 15:43:12 +02:00
parent 2e729fc29e
commit af21f07f84
2 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,7 @@
"preferences": {
"editor.autoSave": "on",
"editor.minimap.enabled": false,
"editor.tabSize": 2,
"editor.scrollBeyondLastLine": false
}
}

View File

@ -41,6 +41,7 @@
"preferences": {
"editor.autoSave": "on",
"editor.minimap.enabled": false,
"editor.tabSize": 2,
"editor.scrollBeyondLastLine": false
}
}