Skip to content

Instantly share code, notes, and snippets.

@pagewang0
Created September 28, 2019 02:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pagewang0/e801948117f6ab83bf1332ce562b73c3 to your computer and use it in GitHub Desktop.
Save pagewang0/e801948117f6ab83bf1332ce562b73c3 to your computer and use it in GitHub Desktop.
{
"workbench.iconTheme": "vs-minimal",
"workbench.colorTheme": "Monokai",
"files.trimTrailingWhitespace": true,
"editor.multiCursorModifier": "ctrlCmd",
"editor.formatOnPaste": true,
"eslint.autoFixOnSave": true,
"search.exclude": {
"node_modules": true,
"coverage": true,
"bower_components": true,
".git": true
},
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true
},
"powermode.enabled": false,
"typescript.autoImportSuggestions.enabled": false,
"search.followSymlinks": false,
"[javascript]": {},
"editor.snippetSuggestions": "top",
"window.zoomLevel": -1,
"workbench.editor.enablePreview": false,
"editor.tabSize": 2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment