1
Fork 0
minesweeper-nojs/treefmt.nix

8 lines
129 B
Nix

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