Skip to content

Commit

Permalink
Merge pull request #111 from observerly/chore/settings/vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
michealroberts authored Feb 9, 2024
2 parents b8e8b35 + 0f245c5 commit 81e1d92
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"editor.formatOnSave": true,
"python.formatting.provider": "black",
"python.formatting.provider": "none",
"python.formatting.blackArgs": [
"--line-length=88"
],
Expand All @@ -16,9 +16,10 @@
],
"[python]": {
"editor.codeActionsOnSave": {
"source.organizeImports": true
"source.organizeImports": "explicit"
},
"editor.formatOnPaste": false
"editor.formatOnPaste": false,
"editor.defaultFormatter": "ms-python.black-formatter"
},
"yaml.schemas": {
"https://json.schemastore.org/github-workflow.json": "file:///Users/michael/Developer/observerly/perseus/.github/workflows/deploy.yml"
Expand Down

0 comments on commit 81e1d92

Please sign in to comment.