1 2 3 4 5 6 7 8 9 10 11 12
[formatter.nix] command = "nixfmt" includes = ["*.nix"] [formatter.markdown] command = "mdformat" includes = ["*.md"] [formatter.shell] command = "shfmt" options = ["-s", "-w", "-i", "2"] includes = ["*.sh"]