Trim trailing whitespace

Start trimming trailing whitespace, but limit the blast radius to a
handful of file types.
master
Bennett Goble 2024-05-29 08:10:00 -07:00
parent 83e80d7967
commit a0b3021bdc
30 changed files with 159 additions and 157 deletions

View File

@ -16,3 +16,5 @@ repos:
hooks: hooks:
- id: check-xml - id: check-xml
- id: mixed-line-ending - id: mixed-line-ending
- id: trailing-whitespace
files: \.(cpp|c|h|inl|py|glsl|cmake|yaml|sh)$