Skip to content

Instantly share code, notes, and snippets.

@brianveltman
Created October 22, 2018 14:11
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 brianveltman/4174d54c748e9c41a593dcf312ac6b0b to your computer and use it in GitHub Desktop.
Save brianveltman/4174d54c748e9c41a593dcf312ac6b0b to your computer and use it in GitHub Desktop.
VS Code settings
{
"files.autoSave": "onFocusChange",
"diffEditor.ignoreTrimWhitespace": false,
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",
"trailing-spaces.trimOnSave": true,
"trailing-spaces.saveAfterTrim": true,
"window.zoomLevel": -2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment