summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorJason Merrill <jason@redhat.com>2019-10-21 23:12:04 -0400
committerJason Merrill <jason@gcc.gnu.org>2019-10-21 23:12:04 -0400
commit678a1e990a478503bfcf9c932f864da1a489586c (patch)
tree38f6ab99fdb482ac4fc7191a2e76538863f31f9a /.gitattributes
parentd720518f39c7716e3fe21fb4976b5b25d6365d20 (diff)
* .gitattributes: Also check ChangeLog whitespace.
From-SVN: r277278
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 183fdcaaa9a..13debfd97e9 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -3,3 +3,4 @@
*.[cCh] whitespace=indent-with-non-tab,space-before-tab,trailing-space
*.cc whitespace=indent-with-non-tab,space-before-tab,trailing-space
+ChangeLog whitespace=indent-with-non-tab,space-before-tab,trailing-space