Skip to content

Instantly share code, notes, and snippets.

@cheng10
Last active February 1, 2019 08:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cheng10/e429631d125947425a4c965943ee63d3 to your computer and use it in GitHub Desktop.
Save cheng10/e429631d125947425a4c965943ee63d3 to your computer and use it in GitHub Desktop.
.vscode
{
"python.venvPath": "~/.venvs",
"python.linting.pylintEnabled": false,
"python.pythonPath": "/Users/cheng/.venvs/offer/bin/python",
"python.linting.flake8Enabled": true,
"python.linting.enabled": true,
"editor.rulers": [80],
"html.format.wrapLineLength": 80,
"editor.minimap.enabled": false,
"breadcrumbs.enabled": true,
"gitlens.defaultDateStyle": "absolute",
"gitlens.toggleLineBlame": false,
"files.exclude": {
"**/*.pyc": true
},
"gitlens.currentLine.enabled": false,
"gitlens.blame.highlight.enabled": false,
"diffEditor.ignoreTrimWhitespace": true,
"files.trimTrailingWhitespace": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment