diff --git a/shell.nix b/shell.nix index 966111a..bdd7d67 100644 --- a/shell.nix +++ b/shell.nix @@ -6,6 +6,10 @@ git-check = git-hooks.lib.${pkgs.system}.run { src = "."; hooks = { + # General formaters + end-of-file-fixer.enable = true; + mixed-line-endings.enable = true; + # Nix section alejandra.enable = true; deadnix.enable = true; flake-checker.enable = true;