mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-04-19 12:57:17 +00:00
set the default tab size to 2 spaces.
closes ATL-379. Signed-off-by: Akos Kitta <kittaakos@typefox.io>
This commit is contained in:
parent
2e729fc29e
commit
af21f07f84
@ -38,6 +38,7 @@
|
||||
"preferences": {
|
||||
"editor.autoSave": "on",
|
||||
"editor.minimap.enabled": false,
|
||||
"editor.tabSize": 2,
|
||||
"editor.scrollBeyondLastLine": false
|
||||
}
|
||||
}
|
||||
|
@ -41,6 +41,7 @@
|
||||
"preferences": {
|
||||
"editor.autoSave": "on",
|
||||
"editor.minimap.enabled": false,
|
||||
"editor.tabSize": 2,
|
||||
"editor.scrollBeyondLastLine": false
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user