Skip to content

Instantly share code, notes, and snippets.

@johnnymatthews
Last active June 5, 2020 23:46
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 johnnymatthews/bb413fcc19bfb882c8d225eb21b1e12d to your computer and use it in GitHub Desktop.
Save johnnymatthews/bb413fcc19bfb882c8d225eb21b1e12d to your computer and use it in GitHub Desktop.
{
"editor.fontSize": 14,
"editor.lineHeight": 30,
"editor.minimap.enabled": true,
"editor.minimap.showSlider": "always",
"editor.wordWrap": "on",
"editor.detectIndentation": false,
"explorer.confirmDelete": false,
"terminal.integrated.fontSize": 14,
"window.zoomLevel": 0,
"workbench.colorTheme": "Solarized Dark",
"workbench.startupEditor": "newUntitledFile",
"workbench.colorCustomizations": {
"terminal.background": "#00181e",
},
"breadcrumbs.enabled": false,
"git.autofetch": true,
"git.confirmSync": false,
"editor.mouseWheelScrollSensitivity": 4,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment