Skip to content

Instantly share code, notes, and snippets.

@davidfuhr
Last active September 10, 2018 06:57
Show Gist options
  • Save davidfuhr/4643285736c6b8df155d7081f2d40735 to your computer and use it in GitHub Desktop.
Save davidfuhr/4643285736c6b8df155d7081f2d40735 to your computer and use it in GitHub Desktop.
Visual Studio Code User Settings
{
"editor.renderWhitespace": "all",
"editor.scrollBeyondLastLine": false,
"editor.wrappingIndent": "indent",
"files.autoSave": "onWindowChange",
"git.autofetch": true,
"terminal.external.osxExec": "iTerm.app",
"terminal.integrated.rendererType": "dom",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment