Files
disko/treefmt.toml
2025-02-15 10:08:56 +00:00

12 lines
185 B
TOML

[formatter.nix]
command = "nixfmt"
includes = ["*.nix"]
[formatter.deadnix]
command = "deadnix"
includes = ["*.nix"]
[formatter.shellcheck]
command = "shellcheck"
includes = ["*.sh"]