Created
December 21, 2016 20:07
-
-
Save djensen47/1814b7fabb649f090c23cae65d9a12c4 to your computer and use it in GitHub Desktop.
VS Code User Settings
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.fontFamily": "'Source Code Pro', Menlo, Monaco, 'Courier New', monospace", | |
"editor.fontWeight": "normal", | |
"editor.fontSize": 13, | |
"editor.tabSize": 2, | |
"workbench.editor.showTabs": false, | |
"vim.otherModesKeyBindingsNonRecursive": [{ | |
"before": [";"], | |
"after": [], | |
"commands": [{ | |
"command": "workbench.action.showCommands", | |
"args": [] | |
}] | |
}], | |
"editor.cursorStyle": "block" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment