From 9be56a911bb786f9f4f429ecc661d52b09ee87e2 Mon Sep 17 00:00:00 2001 From: "Shahar \"Dawn\" Or" Date: Wed, 25 Dec 2024 15:59:17 +0700 Subject: [PATCH] treefmt on-unmatched = "fatal" --- fmt.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/fmt.nix b/fmt.nix index c5472fb4..f93dae73 100644 --- a/fmt.nix +++ b/fmt.nix @@ -12,6 +12,7 @@ toml-sort.enable = true; }; settings = { + on-unmatched = "fatal"; formatter.shfmt.includes = [ "git_hooks/*" ]; global.excludes = [ ".editorconfig"