Skip to content

Instantly share code, notes, and snippets.

@dariuszparys
Last active November 29, 2019 10:48
Show Gist options
  • Save dariuszparys/ecf9d2486456fda26796d8bdd861f5ea to your computer and use it in GitHub Desktop.
Save dariuszparys/ecf9d2486456fda26796d8bdd861f5ea to your computer and use it in GitHub Desktop.
VSCode
// Place your key bindings in this file to override the defaultsauto[]
[
{
"key": "ctrl+shift+u",
"command": "editor.action.transformToUppercase"
},
{
"key": "ctrl+shift+l",
"command": "editor.action.transformToLowercase"
}
]
{
"editor.fontFamily": "Cascadia Code",
"editor.fontLigatures": true,
"diffEditor.ignoreTrimWhitespace": false,
"editor.wordWrap": "wordWrapColumn",
"editor.wordWrapColumn": 75
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment