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