about summary refs log tree commit diff
path: root/treefmt.nix
blob: 89a0c40d15bfa9d8b48c6aa41577ba3991db2dfd (plain) (blame)
1
2
3
4
5
6
7
8
{
  projectRootFile = "flake.nix";
  programs = {
    nixpkgs-fmt.enable = true; # nix
    taplo.enable = true; # toml
    yamlfmt.enable = true; # yaml
  };
}