treefmt: add editorconfig-checker
This commit is contained in:
parent
e9a6b45d79
commit
8faced1edd
1 changed files with 5 additions and 0 deletions
|
@ -27,6 +27,11 @@
|
|||
includes = [ ".github/workflows/*.yml" ];
|
||||
};
|
||||
|
||||
editorconfig-checker = {
|
||||
command = pkgs.editorconfig-checker;
|
||||
includes = [ "*" ];
|
||||
};
|
||||
|
||||
nix = {
|
||||
command = "sh";
|
||||
options = [
|
||||
|
|
Loading…
Add table
Reference in a new issue