Skip to content

Commit f494a53

Browse files
committed
Configure Black formatter in VS Code
1 parent 77bb12f commit f494a53

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.vscode/settings.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
{
22
"python.analysis.typeCheckingMode": "basic",
3-
"python.testing.pytestEnabled": true
3+
"python.testing.pytestEnabled": true,
4+
"[python]": {
5+
"editor.defaultFormatter": "ms-python.black-formatter"
6+
},
7+
"python.formatting.provider": "none"
48
}

0 commit comments

Comments
 (0)