diff --git a/dev/treefmt.nix b/dev/treefmt.nix index e2aa08b..e29f891 100644 --- a/dev/treefmt.nix +++ b/dev/treefmt.nix @@ -27,6 +27,11 @@ includes = [ ".github/workflows/*.yml" ]; }; + editorconfig-checker = { + command = pkgs.editorconfig-checker; + includes = [ "*" ]; + }; + nix = { command = "sh"; options = [