From 82c7eed868cc9b82e3a5c0b9364b7899bd66d996 Mon Sep 17 00:00:00 2001 From: Deepak Mallubhotla Date: Tue, 9 Sep 2025 15:27:42 -0500 Subject: [PATCH] fmt: better formatting --- justfile | 1 - treefmt.nix | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 18b9a0d..4c7cadc 100644 --- a/justfile +++ b/justfile @@ -22,4 +22,3 @@ fmt: set -euxo pipefail nix fmt # shouldn't actually be that hard to put into nix fmt but lazyyy - terraform fmt diff --git a/treefmt.nix b/treefmt.nix index aa39100..c5dbb8f 100644 --- a/treefmt.nix +++ b/treefmt.nix @@ -17,5 +17,6 @@ programs.shfmt.enable = true; programs.yamlfmt.enable = true; programs.just.enable = true; + programs.terraform.enable = true; }