Skip to content

Commit

Permalink
Add pre-commit hook end-of-file-fixer; check .hxx files (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbampton authored Jan 28, 2025
1 parent d2e28ad commit 55f2900
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ repos:
- id: check-illegal-windows-names
- id: check-merge-conflict
- id: check-vcs-permalinks
- id: end-of-file-fixer
files: \.hxx$
- id: mixed-line-ending
files: ^main/.*\.(c|h)xx$
- repo: https://github.com/codespell-project/codespell
Expand Down

0 comments on commit 55f2900

Please sign in to comment.