advent-of-code-2022/treefmt.toml

10 lines
222 B
TOML

# One CLI to format the code tree - https://github.com/numtide/treefmt
[formatter.nix]
command = "alejandra"
includes = [ "*.nix" ]
[formatter.rust]
command = "rustfmt"
options = ["--edition", "2021"]
includes = ["*.rs"]