From 3a6cd7e60dd36932d23cd14905192a916c2e1eaf Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Thu, 22 Jun 2023 08:00:13 -0400 Subject: [PATCH] treefmt: Exclude hardware directory --- treefmt.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/treefmt.toml b/treefmt.toml index a42c0528..04bdf00a 100644 --- a/treefmt.toml +++ b/treefmt.toml @@ -6,3 +6,4 @@ includes = [ "*.cr" ] [formatter.nix] command = "nixpkgs-fmt" includes = [ "*.nix" ] +excludes = [ "./hardware/*" ]