This commit is contained in:
Andras Schmelczer 2024-06-17 22:25:09 +01:00
parent eafd6b9bb5
commit 14fbb762c5
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C

View file

@ -1,6 +1,7 @@
{ {
"files.exclude": { "files.exclude": {
"**/__pycache__": true, "**/__pycache__": true,
"runs": true },
} "editor.formatOnSave": true,
"notebook.formatOnCellExecution": true
} }