Skip to content

Instantly share code, notes, and snippets.

@GenevieveBuckley
Last active August 19, 2019 06:13
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GenevieveBuckley/c72542b4c44742674d83f7ec57578751 to your computer and use it in GitHub Desktop.
Save GenevieveBuckley/c72542b4c44742674d83f7ec57578751 to your computer and use it in GitHub Desktop.
Visual Studio Code settings.json config file
{
"editor.rulers": [
80
],
"autoDocstring.docstringFormat": "numpy",
"python.linting.pylintEnabled": false,
"python.linting.flake8Enabled": true,
"window.zoomLevel": 0,
"python.formatting.provider": "autopep8",
"editor.formatOnSave": true,
"editor.detectIndentation": false,
"editor.insertSpaces": true,
"editor.tabSize": 4,
"editor.trimAutoWhitespace": true,
"files.trimTrailingWhitespace": true,
"editor.minimap.enabled": false,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment