treefmt: add editorconfig-checker

This commit is contained in:
zowoq 2024-05-05 17:30:05 +10:00
parent e9a6b45d79
commit 8faced1edd

View file

@ -27,6 +27,11 @@
includes = [ ".github/workflows/*.yml" ];
};
editorconfig-checker = {
command = pkgs.editorconfig-checker;
includes = [ "*" ];
};
nix = {
command = "sh";
options = [