Added windows workspace

This commit is contained in:
Profitroll 2023-05-14 21:29:31 +02:00
parent c05365ccb8
commit 892bff6102

View File

@ -0,0 +1,11 @@
{
"folders": [
{
"path": ".."
}
],
"settings": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "ms-python.black-formatter"
}
}