# 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"]