aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.nix4
-rw-r--r--treefmt.toml1
2 files changed, 5 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 35d0509f9..0f64050f4 100644
--- a/flake.nix
+++ b/flake.nix
@@ -329,6 +329,10 @@
stages = [ "commit" ];
excludes = [ "^tests/functional/lang/" ];
};
+ treefmt = {
+ enable = true;
+ settings.formatters = [ ];
+ };
};
}) pre-commit-hooks.lib;
};
diff --git a/treefmt.toml b/treefmt.toml
new file mode 100644
index 000000000..81df72cc2
--- /dev/null
+++ b/treefmt.toml
@@ -0,0 +1 @@
+[formatter]