From 3cd06b22069c009b8c5fea2d5fad5f996667d2e3 Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Tue, 16 Aug 2022 01:46:04 +0300 Subject: huge update-o --- treefmt.toml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 treefmt.toml (limited to 'treefmt.toml') 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"] -- cgit 1.4.1