From 738f536cbfa620e0f65e2167c100f87da67918af 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:05 +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 779bbdd17..91a1a8f4f 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,7 +3,7 @@ "*.func": "shellscript" }, "[shellscript]": { - "editor.defaultFormatter": "mkhl.shfmt", + "editor.defaultFormatter": "mkhl.shfmt" }, "editor.codeActionsOnSave": { "source.fixAll": "never",