Skip to content

Instantly share code, notes, and snippets.

@patelkunal
Created November 22, 2017 14:03
Show Gist options
  • Save patelkunal/05b895691f4e95bb4935a4d8e496b470 to your computer and use it in GitHub Desktop.
Save patelkunal/05b895691f4e95bb4935a4d8e496b470 to your computer and use it in GitHub Desktop.
// Place your settings in this file to overwrite the default settings
{
"files.autoSave": "afterDelay",
"files.exclude": {
"**/build": true,
"**/target": true,
"**/bin": true,
"**/.idea": true,
"**/.settings": true,
"**/.project": true,
"**/.classpath": true,
"**/*.iml": true,
"**/.vagrant": true,
"**/*.jar": true
},
"editor.formatOnSave": false,
"extensions.ignoreRecommendations": false,
"python.linting.pylintArgs": [
"--disable=C0111"
],
"workbench.colorTheme": "Monokai Dimmed",
"workbench.startupEditor": "newUntitledFile"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment