on-unmatched = "info" tree-root-file = "release.json" [formatter.nixfmt] command = "nixfmt" includes = [ "*.nix" ] [formatter.deadnix] command = "deadnix" options = [ "--edit", "--no-lambda-arg" ] includes = [ "*.nix" ] excludes = [ "tests/integration/standalone/alice-home-init.nix", "tests/integration/standalone/home-with-symbols-init.nix" ] [formatter.keep-sorted] command = "keep-sorted" includes = [ "*" ]