Skip to content

Commit

Permalink
Update settings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
CodewithDusty committed Dec 19, 2024
1 parent 8238697 commit 578b53a
Showing 1 changed file with 15 additions and 17 deletions.
32 changes: 15 additions & 17 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
{
"python.defaultInterpreterPath": "${env:HOME}/pw-env/bin/python",
"python.formatting.provider": "none",
"editor.formatOnSave": true,
"python.linting.enabled": true,
"python.linting.flake8Enabled": true,
"python.linting.mypyEnabled": true,
"[python]": {
"files.trimTrailingWhitespace": true,
"editor.rulers": [
88
],
"editor.codeActionsOnSave": {
"source.organizeImports": true
},
"editor.defaultFormatter": "ms-python.black-formatter"
"python.defaultInterpreterPath": "${env:HOME}/pw-env/bin/python",
"python.formatting.provider": "none",
"editor.formatOnSave": true,
"python.linting.enabled": true,
"python.linting.flake8Enabled": true,
"python.linting.mypyEnabled": true,
"[python]": {
"files.trimTrailingWhitespace": true,
"editor.rulers": [88],
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit"
},
"git.autofetchPeriod": 315360000,
}
"editor.defaultFormatter": "ms-python.black-formatter"
},
"git.autofetchPeriod": 315360000
}

0 comments on commit 578b53a

Please sign in to comment.