From ae7a410638a1ee100210f302fb416ea98c61427f Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com> Date: Fri, 30 Jan 2026 09:05:18 +0100 Subject: [PATCH] Apply suggestion from @greptile-apps[bot] Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 91a1a8f4f..fed1b294f 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -6,7 +6,7 @@ "editor.defaultFormatter": "mkhl.shfmt" }, "editor.codeActionsOnSave": { - "source.fixAll": "never", + "source.fixAll": "never" }, "shellcheck.useWorkspaceRootAsCwd": true, }