Skip to content

Commit 81e1d92

Browse files
Merge pull request #111 from observerly/chore/settings/vscode
2 parents b8e8b35 + 0f245c5 commit 81e1d92

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.vscode/settings.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"editor.formatOnSave": true,
3-
"python.formatting.provider": "black",
3+
"python.formatting.provider": "none",
44
"python.formatting.blackArgs": [
55
"--line-length=88"
66
],
@@ -16,9 +16,10 @@
1616
],
1717
"[python]": {
1818
"editor.codeActionsOnSave": {
19-
"source.organizeImports": true
19+
"source.organizeImports": "explicit"
2020
},
21-
"editor.formatOnPaste": false
21+
"editor.formatOnPaste": false,
22+
"editor.defaultFormatter": "ms-python.black-formatter"
2223
},
2324
"yaml.schemas": {
2425
"https://json.schemastore.org/github-workflow.json": "file:///Users/michael/Developer/observerly/perseus/.github/workflows/deploy.yml"

0 commit comments

Comments
 (0)