diff options
-rw-r--r-- | flake.nix | 4 | ||||
-rw-r--r-- | treefmt.toml | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -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] |