diff --git a/.vscode/settings.json b/.vscode/settings.json index 41b8c81..fffd754 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,6 +1,7 @@ { "files.exclude": { "**/__pycache__": true, - "runs": true - } + }, + "editor.formatOnSave": true, + "notebook.formatOnCellExecution": true }