nix-c-flake/treefmt.nix

9 lines
124 B
Nix
Raw Normal View History

2024-12-20 16:26:13 +01:00
{ ... }:
{
projectRootFile = "flake.nix";
programs = {
nixfmt.enable = true;
clang-format.enable = true;
};
}