/ .treefmt.toml
.treefmt.toml
1  [formatter.nix]
2  command = "nixfmt"
3  includes = ["*.nix"]
4  
5  [formatter.rust]
6  command = "rustfmt"
7  options = ["--edition", "2021"]
8  includes = ["*.rs"]