summaryrefslogtreecommitdiffstats
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-08-30 14:34:09 +0200
committerJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-08-30 14:34:09 +0200
commit4e6405fcb19ee0fac341246690092cdea8478c70 (patch)
tree9ed735a4c319a7ebf497bd9eadd67a6f68d770fb /.pre-commit-config.yaml
parent5d3e91e2b92e865bdcd6086cf092e2ca1bb596c2 (diff)
pre-commit: Do not exclude cpp files from end-of-file-fixer hook
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 332b02c495..c91345dd2b 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -55,7 +55,6 @@ repos:
- id: check-xml
- id: check-yaml
- id: end-of-file-fixer
- exclude: \.(c|cc|cxx|cpp|frag|glsl|h|hpp|hxx|ih|ispc|ipp|java|js|m|mm|proto|vert)$
stages:
- commit
- manual