Make trim-trailing-whitespace hook apply everywhere

This commit is contained in:
Nicolas Jeannerod 2025-02-19 18:44:12 +01:00 committed by Valentin Gagarin
parent 740b5447d8
commit 57d53a1d22

View file

@ -57,7 +57,6 @@
}; };
trim-trailing-whitespace = { trim-trailing-whitespace = {
enable = true; enable = true;
files = "\\.nix$";
inherit excludes; inherit excludes;
}; };
}; };