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