[formatter.nix] command = "nixfmt" includes = ["*.nix"] [formatter.rust] command = "rustfmt" options = ["--edition", "2021"] includes = ["*.rs"]