annotate .gitattributes @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 04ced10e8804
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
145
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
1 # Add indent-with-non-tab to the default git whitespace warnings.
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
2 # Note that this file doesn't support bash-style brace expansion.
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
3
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
4 *.[cCh] whitespace=indent-with-non-tab,space-before-tab,trailing-space
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
5 *.cc whitespace=indent-with-non-tab,space-before-tab,trailing-space
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
6 ChangeLog whitespace=indent-with-non-tab,space-before-tab,trailing-space
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
7 # Make diff on MD files use "(define" as a function marker.
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
8 # Use together with git config diff.md.xfuncname '^\(define.*$'
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
9 # which is run by contrib/gcc-git-customization.sh too.
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
10 *.md diff=md