Added default settings for python code

This commit is contained in:
2023-10-28 16:59:27 +02:00
parent 0c804c3b90
commit cb482c5e7b
+6
View File
@@ -0,0 +1,6 @@
{
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.formatOnSave": true
}
}