Skip to content

Instantly share code, notes, and snippets.

@dustinsmith1024
Last active April 13, 2017 21:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dustinsmith1024/1fd38afd5aca5a446eb6a34b0b74e1aa to your computer and use it in GitHub Desktop.
Save dustinsmith1024/1fd38afd5aca5a446eb6a34b0b74e1aa to your computer and use it in GitHub Desktop.
VS Code Settings
// Place your key bindings in this file to overwrite the defaults
[
{ "key": "cmd+,", "command": "workbench.action.navigateBack" },
{ "key": "cmd+.", "command": "workbench.action.navigateForward" }
]
// Place your settings in this file to overwrite the default settings
{
"search.fuzzyFilePicker": true,
"editor.fontSize": 15,
"workbench.editor.showIcons": true,
"editor.renderWhitespace": "boundary",
"diffEditor.ignoreTrimWhitespace": false,
"files.trimTrailingWhitespace": true,
"window.zoomLevel": 0,
"workbench.activityBar.visible": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment