gitattributes: Add .cpp files to whitespace checks

Use the same rules as .c files.
pull/185/head
Peter Eisentraut 7 months ago
parent 41272784b9
commit 0d884f570b
  1. 1
      .gitattributes

1
.gitattributes vendored

@ -1,5 +1,6 @@
* whitespace=space-before-tab,trailing-space
*.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4
*.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4
*.pl whitespace=space-before-tab,trailing-space,tabwidth=4
*.pm whitespace=space-before-tab,trailing-space,tabwidth=4
*.po whitespace=space-before-tab,trailing-space,tab-in-indent,-blank-at-eof

Loading…
Cancel
Save