Skip to content

Instantly share code, notes, and snippets.

@jejer
Created July 19, 2017 01:09
Show Gist options
  • Save jejer/7c0bb05827c51a3d8d99b94ace281fcc to your computer and use it in GitHub Desktop.
Save jejer/7c0bb05827c51a3d8d99b94ace281fcc to your computer and use it in GitHub Desktop.
// Place your settings in this file to overwrite the default settings
{
"editor.fontSize": 16,
"files.eol": "\n",
"python.linting.pylintEnabled": false,
"python.linting.pep8Enabled": true,
"python.linting.pep8Args": [
"--ignore=E501,E226"
],
"gitlens.codeLens.enabled": false,
"gitlens.blame.line.enabled": false,
"workbench.colorTheme": "Monokai"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment