treefmt/test/examples/nixpkgs.toml
2024-07-22 16:05:10 -05:00

13 lines
250 B
TOML

# One CLI to format the code tree - https://github.com/numtide/treefmt
[formatter.deadnix]
command = "deadnix"
options = ["--edit"]
includes = ["*.nix"]
priority = 1
[formatter.nixpkgs-fmt]
command = "nixpkgs-fmt"
includes = ["*.nix"]
priority = 2