eza/treefmt.nix

8 lines
114 B
Nix

{
projectRootFile = "Cargo.toml";
programs = {
alejandra.enable = true;
rustfmt.enable = true;
};
}