From 50f210e6b054f761c87aa9f2cd7455282d61736a Mon Sep 17 00:00:00 2001 From: Ahurac Date: Mon, 7 Oct 2024 13:49:21 +0200 Subject: [PATCH] feat(`helix`): add `shfmt` support --- common/home.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/common/home.nix b/common/home.nix index 15f207f..d5e99ff 100644 --- a/common/home.nix +++ b/common/home.nix @@ -85,6 +85,11 @@ auto-format = true; formatter.command = "clang-format"; } + { + name = "bash"; + auto-format = true; + formatter.command = "shfmt"; + } ]; };