summaryrefslogtreecommitdiff
path: root/.treefmt.toml
diff options
context:
space:
mode:
authorGrisha Shipunov2025-01-26 14:16:47 +0100
committerGrisha Shipunov2025-01-26 14:16:47 +0100
commit09b5328d1ca7ccb291e9717bc8d1689518f92af1 (patch)
tree044b3d2ae4f62b2cfbcc93950f55a12cc9f484b1 /.treefmt.toml
parentc9ddbcbc87f8be4510ba5a8acb6cc82058c01f1c (diff)
deadnix
Diffstat (limited to '.treefmt.toml')
-rw-r--r--.treefmt.toml5
1 files changed, 5 insertions, 0 deletions
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"