Files
nix-stuff/treefmt.nix
2024-12-08 13:25:55 -08:00

6 lines
89 B
Nix

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