Skip to content

Instantly share code, notes, and snippets.

@chris-muller
Created October 28, 2015 04:44
Show Gist options
  • Save chris-muller/1250e3c7aeaa8fd72bb3 to your computer and use it in GitHub Desktop.
Save chris-muller/1250e3c7aeaa8fd72bb3 to your computer and use it in GitHub Desktop.
Visual Studio Code Preferences
// Place your key bindings in this file to overwrite the defaults
[
{ "key": "ctrl+shift+s", "command": "workbench.action.files.saveAll" }
]
// Place your settings in this file to overwrite the default settings
{
"editor.wrappingColumn": 0,
"editor.fontFamily": "Source Code Pro"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment