Skip to content

Instantly share code, notes, and snippets.

@kahunacohen
Last active July 4, 2019 05:38
Show Gist options
  • Save kahunacohen/07a7dff0fe45c9b1079cdae03dc72a22 to your computer and use it in GitHub Desktop.
Save kahunacohen/07a7dff0fe45c9b1079cdae03dc72a22 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings
{
"window.zoomLevel": 2,
"git.autofetch": true,
"breadcrumbs.enabled": true,
"editor.minimap.maxColumn": 90,
"files.autoSave": "afterDelay",
"editor.tabSize": 2,
"javascript.updateImportsOnFileMove.enabled": "never",
"javascript.suggest.autoImports": false,
"files.trimFinalNewlines": true,
"files.autoSaveDelay": 3000
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment