Skip to content

Commit

Permalink
Add clang-format-ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
azriel1rf committed May 4, 2024
1 parent d8135a9 commit 1632dab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ repos:
hooks:
- id: clang-format
args: [-i, --Werror]
pass_filenames: false
# - id: clang-tidy
# - id: oclint
# - id: cppcheck
Expand Down
2 changes: 2 additions & 0 deletions cpp/.clang-format-ignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
./src/hashtable*
./src/tables*

0 comments on commit 1632dab

Please sign in to comment.