Skip to content

Instantly share code, notes, and snippets.

@duduindo
Created August 18, 2017 22:07
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 duduindo/249452b10a73caa4d0b8d664bfa677bf to your computer and use it in GitHub Desktop.
Save duduindo/249452b10a73caa4d0b8d664bfa677bf to your computer and use it in GitHub Desktop.
{
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/.DS_Store": true,
"**/node_modules": true
},
"editor.fontFamily": "'Ubuntu Mono', 'Droid Sans Mono', 'Courier New', 'Droid Sans Fallback'",
"editor.fontSize": 18,
"editor.mouseWheelZoom": true,
"workbench.colorCustomizations": {
"statusBar.background" : "#1A1A1A",
"statusBar.noFolderBackground" : "#212121",
"statusBar.debuggingBackground": "#263238"
},
"files.autoSave": "off",
"workbench.startupEditor": "newUntitledFile",
"window.zoomLevel": 1,
"workbench.colorTheme": "Monokai Dark Soda",
"workbench.activityBar.visible": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment