ants/treefmt.nix
2024-04-09 15:05:11 +02:00

8 lines
129 B
Nix

{ ... }:
{
projectRootFile = "flake.nix";
programs = {
nixfmt-rfc-style.enable = true;
rustfmt.enable = true;
};
}