Trim trailing whitespace
Start trimming trailing whitespace, but limit the blast radius to a handful of file types.master
parent
83e80d7967
commit
a0b3021bdc
|
|
@ -16,3 +16,5 @@ repos:
|
|||
hooks:
|
||||
- id: check-xml
|
||||
- id: mixed-line-ending
|
||||
- id: trailing-whitespace
|
||||
files: \.(cpp|c|h|inl|py|glsl|cmake|yaml|sh)$
|
||||
|
|
|
|||
Loading…
Reference in New Issue