Skip to content

Instantly share code, notes, and snippets.

@pezy
Created July 26, 2017 03:47
Show Gist options
  • Save pezy/5fa371e5ff7ee6b0800c3bd3bdd07ada to your computer and use it in GitHub Desktop.
Save pezy/5fa371e5ff7ee6b0800c3bd3bdd07ada to your computer and use it in GitHub Desktop.
VS Code custom config
{
"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