From 09b5328d1ca7ccb291e9717bc8d1689518f92af1 Mon Sep 17 00:00:00 2001 From: Grisha Shipunov Date: Sun, 26 Jan 2025 14:16:47 +0100 Subject: deadnix --- .treefmt.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .treefmt.toml (limited to '.treefmt.toml') diff --git a/.treefmt.toml b/.treefmt.toml new file mode 100644 index 0000000..79732ed --- /dev/null +++ b/.treefmt.toml @@ -0,0 +1,5 @@ +excludes = [ "*.toml", "*.yaml", "*.gitignore", "*.lock", "*mbsyncrc" ] + +[formatter.nixfmt-rfc-style] +command = "nixfmt" +includes = "*.nix" -- cgit v1.3.1