From e10d2a25a0158ddf1e0acc9bc3a6bed89953eefa Mon Sep 17 00:00:00 2001 From: Alan <41682961+alan-cooney@users.noreply.github.com> Date: Mon, 15 Jan 2024 10:49:43 -0300 Subject: [PATCH] Add notebook auto-formatting with vscode (#185) --- .vscode/settings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 04cb84b0..62d6d9a4 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -31,8 +31,8 @@ "evenBetterToml.schema.enabled": true, "evenBetterToml.schema.links": true, "evenBetterToml.syntax.semanticTokens": false, - "notebook.formatOnCellExecution": false, - "notebook.formatOnSave.enabled": false, + "notebook.formatOnCellExecution": true, + "notebook.formatOnSave.enabled": true, "python.analysis.autoFormatStrings": true, "python.analysis.inlayHints.functionReturnTypes": false, "python.analysis.typeCheckingMode": "basic",