stylix: add editorconfig-checker pre-commit hook (#1006)

Add editorconfig-checker pre-commit hook, following commits 7fc0a8716e
("stylix: add editorconfig (#945)") and 489833b201 ("treewide: give
mustache files correct file extensions (#946)").

Link: https://github.com/danth/stylix/pull/1006

Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
This commit is contained in:
awwpotato 2025-03-19 10:33:54 -07:00 committed by GitHub
parent 0c4ec73df6
commit 6e9927413f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 2080 additions and 2083 deletions

View file

@ -132,6 +132,7 @@
git-hooks = inputs.git-hooks.lib.${system}.run {
hooks = {
deadnix.enable = true;
editorconfig-checker.enable = true;
hlint.enable = true;
nixfmt-rfc-style = {