From 57d53a1d22fe0012a83cd2fb5f848b9c5ebf578d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20=E2=80=9CNiols=E2=80=9D=20Jeannerod?= Date: Wed, 19 Feb 2025 18:44:12 +0100 Subject: [PATCH] Make `trim-trailing-whitespace` hook apply everywhere --- flake.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/flake.nix b/flake.nix index 96dfb89..2e9e77e 100644 --- a/flake.nix +++ b/flake.nix @@ -57,7 +57,6 @@ }; trim-trailing-whitespace = { enable = true; - files = "\\.nix$"; inherit excludes; }; };