mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 11:36:05 +01:00
15 lines
319 B
TOML
15 lines
319 B
TOML
on-unmatched = "info"
|
|
tree-root-file = "release.json"
|
|
|
|
[formatter.nixfmt]
|
|
command = "nixfmt"
|
|
includes = [ "*.nix" ]
|
|
|
|
[formatter.deadnix]
|
|
command = "deadnix"
|
|
options = [ "--edit", "--no-lambda-arg", "--no-lambda-pattern-names" ]
|
|
includes = [ "*.nix" ]
|
|
|
|
[formatter.keep-sorted]
|
|
command = "keep-sorted"
|
|
includes = [ "*" ]
|