Skip to content

Commit

Permalink
fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
haliphax committed Jan 12, 2023
1 parent 19541e5 commit 20c91be
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"python.analysis.importFormat": "relative",
"python.analysis.indexing": true,
"python.analysis.typeCheckingMode": "basic",
"python.formatting.provider": "black",
"black-formatter.importStrategy": "fromEnvironment",
"python.linting.pylintEnabled": true,
"python.linting.enabled": true
"python.analysis.importFormat": "relative",
"python.analysis.indexing": true,
"python.analysis.typeCheckingMode": "basic",
"python.formatting.provider": "black",
"black-formatter.importStrategy": "fromEnvironment",
"python.linting.pylintEnabled": true,
"python.linting.enabled": true
}

0 comments on commit 20c91be

Please sign in to comment.