chore(*): Add vscode formatting settings

This commit is contained in:
Josh Creek
2023-09-25 21:12:03 +01:00
parent 04bb2b68f8
commit 12ae059818
+6
View File
@@ -0,0 +1,6 @@
{
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
},
"python.formatting.provider": "none"
}