Created
November 22, 2017 14:03
-
-
Save patelkunal/05b895691f4e95bb4935a4d8e496b470 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
// 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