Created
July 26, 2017 03:47
-
-
Save pezy/5fa371e5ff7ee6b0800c3bd3bdd07ada to your computer and use it in GitHub Desktop.
VS Code custom config
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
{ | |
"workbench.colorTheme": "Visual Studio Light", | |
"editor.formatOnType": true, | |
"editor.fontSize": 15, | |
// python | |
"python.linting.pylintEnabled": false, | |
"python.linting.pep8Enabled": true, | |
"python.formatting.provider": "yapf", | |
"python.autoComplete.addBrackets": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment