comparison .gitattributes @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 04ced10e8804
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
1 *.{c,C,cc,h} whitespace=indent-with-non-tab,space-before-tab,trailing-space 1 # Add indent-with-non-tab to the default git whitespace warnings.
2 # Note that this file doesn't support bash-style brace expansion.
3
4 *.[cCh] whitespace=indent-with-non-tab,space-before-tab,trailing-space
5 *.cc whitespace=indent-with-non-tab,space-before-tab,trailing-space
6 ChangeLog whitespace=indent-with-non-tab,space-before-tab,trailing-space
7 # Make diff on MD files use "(define" as a function marker.
8 # Use together with git config diff.md.xfuncname '^\(define.*$'
9 # which is run by contrib/gcc-git-customization.sh too.
10 *.md diff=md