Created
June 14, 2017 03:39
-
-
Save sesh/c04de114410a064b221f3da834df9187 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
// Pace your settings in this file to overwrite the default settings | |
{ | |
"python.linting.enabled": true, | |
"python.linting.pylintEnabled": false, | |
"python.linting.flake8Enabled": true, | |
"window.zoomLevel": 0, | |
"files.insertFinalNewline": true, | |
"editor.insertSpaces": true, | |
"files.trimTrailingWhitespace": true, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment