mirror of
https://github.com/nix-community/home-manager.git
synced 2026-06-05 21:02:51 +00:00
30 lines
614 B
TOML
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 = [ "*" ]
|