Skip to content

Instantly share code, notes, and snippets.

@StevenKowalzik
Last active October 23, 2019 08:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save StevenKowalzik/fe1be5fa8f8695a7e62b4ae76e3e7bbf to your computer and use it in GitHub Desktop.
Save StevenKowalzik/fe1be5fa8f8695a7e62b4ae76e3e7bbf to your computer and use it in GitHub Desktop.
VSCode Settings
{
"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