diff options
author | Azat Bahawi <azat@bahawi.net> | 2022-08-16 01:46:04 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2022-08-16 01:46:04 +0300 |
commit | 3cd06b22069c009b8c5fea2d5fad5f996667d2e3 (patch) | |
tree | 4b5f1cb453de13c560bc8aa5a57952713cf360aa /treefmt.toml | |
parent | absolute garbage wtf (diff) |
huge update-o
Diffstat (limited to '')
-rw-r--r-- | treefmt.toml | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/treefmt.toml b/treefmt.toml deleted file mode 100644 index ff039ef..0000000 --- a/treefmt.toml +++ /dev/null @@ -1,24 +0,0 @@ -[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"] |