Last active
May 26, 2018 07:24
-
-
Save shrikantbmali/58ec4874085d52a4e20b6e81a5d30f13 to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"workbench.iconTheme": "vscode-icons", | |
"editor.fontSize":14, | |
"editor.fontLigatures": true, | |
"editor.fontFamily": "Fira Code Retina", | |
"vsicons.projectDetection.autoReload": true, | |
"window.zoomLevel": 0, | |
"workbench.startupEditor": "newUntitledFile", | |
"diffEditor.ignoreTrimWhitespace": true, | |
"workbench.editor.showTabs": false, | |
"workbench.colorTheme": "Cobalt2" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment