Skip to content

Instantly share code, notes, and snippets.

@AmmarHasan
Last active February 3, 2017 13:18
Show Gist options
  • Save AmmarHasan/4e8c71c9c7e57067f55cbf9688dbb597 to your computer and use it in GitHub Desktop.
Save AmmarHasan/4e8c71c9c7e57067f55cbf9688dbb597 to your computer and use it in GitHub Desktop.
User settings for Vscode
// 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