{ // #region common "window.autoDetectColorScheme": true, "workbench.colorTheme": "One Dark Pro Darker", "workbench.preferredLightColorTheme": "GitHub Light Default", "workbench.preferredDarkColorTheme": "One Dark Pro Darker", "workbench.iconTheme": "catppuccin-latte", "workbench.productIconTheme": "icons-carbon", "workbench.list.smoothScrolling": true, "workbench.tree.indent": 16, "workbench.activityBar.orientation": "vertical", "editor.fontSize": 13, "editor.fontFamily": "'JetBrains Maple Mono', monospace", "editor.fontLigatures": "'calt' on, 'liga' on, 'ss04' on, 'ss11' on, 'ss13' on, 'ss14' on", "editor.tokenColorCustomizations": { "textMateRules": [ { "scope": [ "comment", "keyword.operator.expression", "keyword.other", "keyword.operator.new", "variable.language", "entity.other.attribute-name", "storage" ], "settings": { "fontStyle": "italic" } }, { "scope": ["storage.type.function.arrow"], "settings": { "fontStyle": "" } } ] }, "terminal.integrated.fontSize": 14, "terminal.integrated.fontFamily": "'IBM Plex Mono', 'Symbols Nerd Font Mono', monospace", "editor.rulers": [80, 120, 160], "editor.renderWhitespace": "boundary", "editor.wordWrap": "bounded", "editor.cursorBlinking": "expand", "editor.guides.bracketPairs": "active", // #region fixed "editor.linkedEditing": true, "editor.wordWrapColumn": 80, "editor.tabSize": 2, "editor.formatOnPaste": false, "editor.formatOnSave": false, "editor.formatOnType": false, // #endregion fixed // #endregion common }