Skip to content

Instantly share code, notes, and snippets.

@djensen47
Created December 21, 2016 20:07
Show Gist options
  • Save djensen47/1814b7fabb649f090c23cae65d9a12c4 to your computer and use it in GitHub Desktop.
Save djensen47/1814b7fabb649f090c23cae65d9a12c4 to your computer and use it in GitHub Desktop.
VS Code User Settings
// 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