confwhich/treefmt.toml

10 lines
160 B
TOML
Raw Normal View History

2024-05-14 10:52:31 +02:00
[formatter.nix]
command = "nixfmt"
includes = ["*.nix"]
excludes = ["tests/**"]
[formatter.rs]
command = "rustfmt"
includes = ["*.rs"]
excludes = ["tests/**"]