Created
June 8, 2017 11:52
-
-
Save iamtmrobinson/69293e2a485290e4981db264295240cf to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"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