lix/treefmt.toml
Rebecca Turner cfbcf12276 Format Nix code with nixfmt
Change-Id: I61efeb666ff7481c05fcb247168290e86a250151
2024-04-08 13:00:00 -07:00

4 lines
80 B
TOML

[formatter.nix]
command = "nixfmt"
includes = ["*.nix"]
excludes = ["tests/**"]