advent-of-code-2022/treefmt.toml

10 lines
222 B
TOML
Raw Normal View History

2022-12-01 09:51:04 +01:00
# 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"]