[formatter.haskell] command = "" includes = ["*.hs"] [formatter.shell] command = "/bin/sh" options = [ "-euc", """ shellcheck "$@" shfmt -s -w "$@" """, "--", ] includes = ["*.sh"] [formatter.prettier] command = "prettier" options = ["--write"] includes = ["*.yaml"] [formatter.nix] command = "nixfmt" includes = ["*.nix"]