Created
August 18, 2017 22:07
-
-
Save duduindo/249452b10a73caa4d0b8d664bfa677bf to your computer and use it in GitHub Desktop.
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
{ | |
"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