Editor Behavior
Configured settings and preferences
workbench.settingsRaw Configuration
{
"editor.tabSize": 4,
"editor.useTabs": false,
"ui.compactMode": true,
"editor.fontSize": 14,
"editor.wordWrap": "on",
"console.fontSize": 14,
"general.autoSave": "off",
"ui.showStatusBar": true,
"editor.fontFamily": "Iosevka",
"editor.indentSize": 4,
"console.fontFamily": "Iosevka",
"editor.breadcrumbs": false,
"editor.colorScheme": "Gerry Dark Contrast",
"editor.lineNumbers": true,
"editor.lineSpacing": 1.4,
"ui.showMainToolbar": false,
"console.lineSpacing": 1.4,
"editor.virtualSpace": false,
"general.confirmExit": true,
"ui.recentFilesLimit": 50,
"editor.caretBlinking": true,
"ui.showNavigationBar": true,
"ui.wideScreenSupport": false,
"editor.foldingOutline": true,
"editor.showWhitespace": false,
"general.autoSaveDelay": 15,
"ui.editorTabPlacement": "top",
"ui.showToolWindowBars": false,
"editor.showIndentGuides": true,
"general.reopenLastProject": true,
"general.showTipsOnStartup": true
}