From ef3ed8c1dc6ad759c398ce175257a68c81e68783 Mon Sep 17 00:00:00 2001 From: Brenden Matthews Date: Sun, 28 Apr 2024 11:20:40 -0400 Subject: [PATCH] Include these when linting --- lefthook.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lefthook.yml b/lefthook.yml index b85344d1a6..da6b6b691b 100644 --- a/lefthook.yml +++ b/lefthook.yml @@ -11,7 +11,7 @@ pre-commit: run: | clang-format -i {staged_files} \ && git add {staged_files} - glob: '*.{c,cc,cxx,h,cpp}' + glob: '*.{c,cc,cxx,h,hh,cpp}' misc-linter: run: | npx -y prettier --write {staged_files} \