diff options
Diffstat (limited to 'treefmt.nix')
| -rw-r--r-- | treefmt.nix | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/treefmt.nix b/treefmt.nix new file mode 100644 index 0000000..a02473d --- /dev/null +++ b/treefmt.nix @@ -0,0 +1,11 @@ +{ + projectRootFile = ".git/config"; + + # TODO: add actionlint + # https://github.com/numtide/treefmt-nix/pull/146 + programs = { + deadnix.enable = true; + nixfmt-rfc-style.enable = true; + statix.enable = true; + }; +} |
