Spaces:
Sleeping
Sleeping
| { | |
| "editor.bracketPairColorization.enabled": true, | |
| "editor.cursorBlinking": "solid", | |
| "editor.fontFamily": "ui-monospace, Menlo, Monaco, 'Cascadia Mono', 'Segoe UI Mono', 'Roboto Mono', 'Oxygen Mono', 'Ubuntu Monospace', 'Source Code Pro', 'Fira Mono', 'Droid Sans Mono', 'Courier New', monospace", | |
| "editor.fontLigatures": false, | |
| "editor.fontSize": 14, | |
| "editor.formatOnPaste": true, | |
| "editor.formatOnSave": true, | |
| "editor.lineNumbers": "on", | |
| "editor.matchBrackets": "always", | |
| "editor.minimap.enabled": false, | |
| "editor.smoothScrolling": true, | |
| "editor.tabSize": 4, | |
| "editor.useTabStops": true, | |
| "emmet.triggerExpansionOnTab": true, | |
| "files.autoSave": "afterDelay", | |
| "screencastMode.onlyKeyboardShortcuts": true, | |
| "terminal.integrated.fontSize": 14, | |
| "workbench.colorTheme": "Visual Studio Dark", | |
| "workbench.fontAliasing": "antialiased", | |
| "workbench.statusBar.visible": true, | |
| "workbench.tree.indent": 8, | |
| "workbench.tree.renderIndentGuides": "always", | |
| "workbench.fontSize": 14 | |
| } |