Skip to content

Commit

Permalink
More VSCode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ob-stripe committed Jul 18, 2018
1 parent 77113d2 commit dcdadfa
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
{
"editor.renderWhitespace": "all",
"files.exclude": {
"**/*.pyc": {"when": "$(basename).py"},
"**/__pycache__": true
},
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"[python]": {
"editor.detectIndentation": false,
"editor.insertSpaces": true,
"editor.rulers": [
80
],
"editor.tabSize": 4,
},

// Linting
"python.linting.enabled": true,
Expand Down

0 comments on commit dcdadfa

Please sign in to comment.