Created
October 28, 2015 04:44
-
-
Save chris-muller/1250e3c7aeaa8fd72bb3 to your computer and use it in GitHub Desktop.
Visual Studio Code Preferences
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 key bindings in this file to overwrite the defaults | |
[ | |
{ "key": "ctrl+shift+s", "command": "workbench.action.files.saveAll" } | |
] |
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.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