about summary refs log tree commit diff
path: root/treefmt.toml
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2022-08-16 01:46:04 +0300
committerAzat Bahawi <azat@bahawi.net>2022-08-16 01:46:04 +0300
commit3cd06b22069c009b8c5fea2d5fad5f996667d2e3 (patch)
tree4b5f1cb453de13c560bc8aa5a57952713cf360aa /treefmt.toml
parentabsolute garbage wtf (diff)
huge update-o
Diffstat (limited to '')
-rw-r--r--treefmt.toml24
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"]

Consider giving Nix/NixOS a try! <3