Created
May 22, 2018 12:33
-
-
Save sraj/f49057c7a20ac941924f0fe40dc808aa 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
// Place your settings in this file to overwrite the default settings | |
{ | |
"editor.fontSize": 13, | |
"editor.insertSpaces": true, | |
"workbench.iconTheme": "vs-seti", | |
"workbench.activityBar.visible": false, | |
"workbench.statusBar.visible": true, | |
"editor.minimap.enabled": false, | |
"workbench.colorTheme": "One Dark Pro", | |
"window.zoomLevel": 0, | |
"workbench.sideBar.location": "left", | |
"editor.fontFamily": "Source Code Pro, Menlo, Monaco, 'Courier New', monospace", | |
"editor.multiCursorModifier": "alt", | |
"explorer.openEditors.visible": 0, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment