Skip to content

Commit c44cb7b

Browse files
committed
Adding cpp files to whitespace ignore
1 parent 71c003c commit c44cb7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repos:
66
rev: v6.0.0
77
hooks:
88
- id: trailing-whitespace
9-
exclude: '\.py$'
9+
exclude: '\.(py|c|cpp|h|hpp)$'
1010
- id: end-of-file-fixer
1111
- id: check-merge-conflict
1212
- id: check-case-conflict

0 commit comments

Comments
 (0)