black formatter

This commit is contained in:
counterweight 2025-06-14 22:43:32 +02:00
parent 6d4d50a156
commit 7bd7e1f74f
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C

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

@ -0,0 +1,6 @@
{"[python]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "ms-python.black-formatter"
},
"python.experiments.enabled": false
}