Last active
August 3, 2020 15:08
-
-
Save ppenelon/b18c3b79fe4aa650910e41a83695a911 to your computer and use it in GitHub Desktop.
VSCode settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "workbench.editor.enablePreview": false, | |
| "explorer.confirmDragAndDrop": false, | |
| "editor.minimap.enabled": false, | |
| "workbench.iconTheme": "material-icon-theme", | |
| "explorer.autoReveal": false, | |
| "workbench.tree.renderIndentGuides": "none", | |
| "search.location": "sidebar", | |
| "workbench.editor.showTabs": true, | |
| "diffEditor.renderSideBySide": false, | |
| "files.autoSave": "off", | |
| "terminal.integrated.confirmOnExit": true, | |
| "terminal.integrated.scrollback": 2500, | |
| "explorer.compactFolders": false, | |
| "editor.renderWhitespace": "none", | |
| "editor.fontFamily": "Fira Code, Menlo, Monaco, 'Courier New', monospace", | |
| "editor.fontLigatures": true | |
| } |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Font: Fira Code