Skip to content

Commit

Permalink
Include these when linting
Browse files Browse the repository at this point in the history
  • Loading branch information
brndnmtthws committed Apr 28, 2024
1 parent 7598b89 commit ef3ed8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lefthook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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} \
Expand Down

0 comments on commit ef3ed8c

Please sign in to comment.