Last active
September 10, 2018 06:57
-
-
Save davidfuhr/4643285736c6b8df155d7081f2d40735 to your computer and use it in GitHub Desktop.
Visual Studio Code User Settings
This file contains 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
{ | |
"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