Last active
October 23, 2019 08:10
-
-
Save StevenKowalzik/fe1be5fa8f8695a7e62b4ae76e3e7bbf 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.iconTheme": "material-icon-theme", | |
"editor.fontSize": 14, | |
"editor.fontFamily": "Fira Code, Menlo, Monaco, 'Courier New', monospace", | |
"editor.tabSize": 2, | |
"editor.minimap.enabled": false, | |
"editor.lineHeight": 28, | |
"[json]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"window.zoomLevel": 0, | |
"files.associations": { | |
"*.inc": "tt" | |
}, | |
"workbench.colorCustomizations": { | |
"sideBar.background": "#282a36", | |
"sideBar.border": "#282a36", | |
}, | |
"workbench.colorTheme": "Dracula", | |
"workbench.activityBar.visible": false, | |
"breadcrumbs.enabled": false, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment