From 8faced1eddf6701c3fcedf1852935ecc0795b81c Mon Sep 17 00:00:00 2001 From: zowoq <59103226+zowoq@users.noreply.github.com> Date: Sun, 5 May 2024 17:30:05 +1000 Subject: [PATCH] treefmt: add editorconfig-checker --- dev/treefmt.nix | 5 +++++ 1 file changed, 5 insertions(+) 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 = [