Last active
February 3, 2017 13:18
-
-
Save AmmarHasan/4e8c71c9c7e57067f55cbf9688dbb597 to your computer and use it in GitHub Desktop.
User settings for Vscode
This file contains hidden or 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
// Place your settings in this file to overwrite the default settings | |
{ | |
// Insert spaces when pressing Tab. | |
"editor.insertSpaces": true, | |
"editor.tabSize": 2, | |
"editor.detectIndentation": false, | |
"editor.renderWhitespace": "boundary", | |
"editor.rulers": [ | |
100, 120 | |
], | |
// "terminal.external.osxExec": "iTerm.app", | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment