From 6a4c95010cddc6befcaabaea63dd9e477e11b1e3 Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Wed, 5 Jun 2024 15:23:58 +0100 Subject: [PATCH] Update roles/home/helix.nix --- roles/home/helix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/home/helix.nix b/roles/home/helix.nix index b628798..b636711 100644 --- a/roles/home/helix.nix +++ b/roles/home/helix.nix @@ -72,7 +72,7 @@ in [[language]] name = "bash" - formatter = { command = "shfmt -s -ci -sr" } + formatter = { command = "shfmt", args = ["-s", "-ci", "-sr"] } [[language]] name = "go"