Skip to content

Instantly share code, notes, and snippets.

@henriquecarv
Last active March 7, 2019 16:57
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 henriquecarv/6a9590e1a7b13ad7da033b716877e859 to your computer and use it in GitHub Desktop.
Save henriquecarv/6a9590e1a7b13ad7da033b716877e859 to your computer and use it in GitHub Desktop.
Visual Studio Code - Key Bindings
// Place your key bindings in this file to overwrite the defaults
[
{
"key": "shift+alt+a",
"command": "editor.action.formatDocument",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "shift+alt+s",
"command": "extension.prettierDocument"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment