From 14fbb762c58221623147be28b3e71b00a86a2264 Mon Sep 17 00:00:00 2001 From: Andras Schmelczer Date: Mon, 17 Jun 2024 22:25:09 +0100 Subject: [PATCH] Format --- .vscode/settings.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 }