From ea46b0bb1edd0c76f9c6cf9dfcc905396e9f66b1 Mon Sep 17 00:00:00 2001
From: Grisha Shipunov <blame@oxapentane.com>
Date: Sun, 12 Jan 2025 14:15:34 +0100
Subject: [PATCH] add treefmt.toml

---
 treefmt.toml | 3 +++
 1 file changed, 3 insertions(+)
 create mode 100644 treefmt.toml

diff --git a/treefmt.toml b/treefmt.toml
new file mode 100644
index 0000000..2fb777a
--- /dev/null
+++ b/treefmt.toml
@@ -0,0 +1,3 @@
+[formatter.nixfmt-rfc-style]
+command = "nixfmt"
+includes = "*.nix"