Create settings.json

This commit is contained in:
Eric David Smith
2023-07-08 14:46:57 -04:00
commit 5414eee921

6
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,6 @@
{
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
},
"python.formatting.provider": "none"
}