annotate .gitattributes @ 158:494b0b89df80 default tip

...
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 25 May 2020 18:13:55 +0900
parents 1830386684a0
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