_: { # Used to find the project root projectRootFile = "flake.nix"; # Files not to format. settings.global.excludes = [ ".editorconfig" ".jj/**" "LICENSE" ]; # nix programs.nixfmt-rfc-style.enable = true; programs.statix.enable = true; programs.deadnix.enable = true; # markdown programs.prettier = { enable = true; settings = { editorconfig = true; }; }; }