Files
home-manager/treefmt.toml
2026-04-13 22:02:40 -05:00

30 lines
614 B
TOML

on-unmatched = "info"
tree-root-file = "release.json"
[formatter.nixfmt]
command = "nixfmt"
includes = [ "*.nix" ]
[formatter.statix]
command = "treefmt-statix"
includes = [ "*.nix" ]
[formatter.deadnix]
command = "deadnix"
options = [ "--edit", "--no-lambda-pattern-names" ]
includes = [ "*.nix" ]
[formatter.nixf-diagnose]
command = "nixf-diagnose"
options = [
"--auto-fix",
"--ignore=sema-unused-def-lambda-witharg-formal",
"--ignore=sema-unused-def-lambda-noarg-formal",
"--ignore=sema-primop-overridden"
]
includes = [ "*.nix" ]
[formatter.keep-sorted]
command = "keep-sorted"
includes = [ "*" ]