diff-trees 0.1.0

Diff two directory trees based on their content
Documentation
# Lots of files don't have a formatter, so don't spam warnings.
on-unmatched = "debug"

[formatter.nixfmt]
command = "nixfmt"
includes = ["*.nix"]

[formatter.rustfmt]
command = "cargo"
options = [
    "fmt",
    "--",
]
includes = ["*.rs"]

[formatter.actionlint]
command = "actionlint"
includes = [
    ".github/actions/*.yml",
    ".github/actions/*.yaml",
]