Skip to content

Instantly share code, notes, and snippets.

@jonatassaraiva
Last active April 5, 2017 20:18
Show Gist options
  • Save jonatassaraiva/a0bb15cb87985799547d95732184b64b to your computer and use it in GitHub Desktop.
Save jonatassaraiva/a0bb15cb87985799547d95732184b64b to your computer and use it in GitHub Desktop.
Global VSCode settings
// Place your settings in this file to overwrite the default settings
{
"editor.formatOnSave": false,
"editor.fontSize": 13,
"editor.lineNumbers": "on",
"editor.tabSize": 2,
"editor.insertSpaces": true,
"editor.renderWhitespace": "all",
"files.trimTrailingWhitespace": false,
"editor.renderIndentGuides": false,
"window.zoomLevel": 1,
"workbench.iconTheme": "vscode-icons"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment