feat: add treefmt config

This commit is contained in:
2026-02-20 15:08:54 +01:00
parent b83e58cf30
commit 9d9d85f1ef

4
treefmt.toml Normal file
View File

@@ -0,0 +1,4 @@
[formatter.nix]
command = "nix"
options = ["fmt"]
includes = [ "*.nix" ]