Skip to content

Commit 7b985fd

Browse files
Pavel Minaevint19h
Pavel Minaev
authored andcommitted
Use Black formatter only for Python files.
1 parent 70dba8e commit 7b985fd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

debugpy.code-workspace

+4-2
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,11 @@
1919
"src/debugpy/_vendored",
2020
"src/debugpy/_vendored/pydevd"
2121
],
22-
"editor.defaultFormatter": "ms-python.black-formatter",
2322
"[yaml]": {
2423
"editor.defaultFormatter": "esbenp.prettier-vscode"
25-
}
24+
},
25+
"[python]": {
26+
"editor.defaultFormatter": "ms-python.black-formatter"
27+
},
2628
}
2729
}

0 commit comments

Comments
 (0)