Skip to content

Instantly share code, notes, and snippets.

@iamtmrobinson
Created June 8, 2017 11:52
Show Gist options
  • Save iamtmrobinson/69293e2a485290e4981db264295240cf to your computer and use it in GitHub Desktop.
Save iamtmrobinson/69293e2a485290e4981db264295240cf to your computer and use it in GitHub Desktop.
{
"editor.scrollBeyondLastLine": false,
"editor.snippetSuggestions": "top",
"eslint.autoFixOnSave": true,
"files.autoSave": "onFocusChange",
"files.trimTrailingWhitespace": true,
"search.exclude": {
"**/.git": true,
"coverage/**": true,
"**/*.info": true,
"**/*.log": true
},
"workbench.editor.enablePreview": false,
"window.zoomLevel": 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment