From 9d9d85f1ef8a46f7be4b8e4fdcc478e3fcb87323 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Jane=C5=BEi=C4=8D?= Date: Fri, 20 Feb 2026 15:08:54 +0100 Subject: [PATCH] feat: add treefmt config --- treefmt.toml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 treefmt.toml diff --git a/treefmt.toml b/treefmt.toml new file mode 100644 index 0000000..d838b92 --- /dev/null +++ b/treefmt.toml @@ -0,0 +1,4 @@ +[formatter.nix] +command = "nix" +options = ["fmt"] +includes = [ "*.nix" ]