2019-10-17 21:17:00 +02:00
|
|
|
# Add indent-with-non-tab to the default git whitespace warnings.
|
|
|
|
# Note that this file doesn't support bash-style brace expansion.
|
|
|
|
|
|
|
|
*.[cCh] whitespace=indent-with-non-tab,space-before-tab,trailing-space
|
|
|
|
*.cc whitespace=indent-with-non-tab,space-before-tab,trailing-space
|
2019-10-22 05:12:04 +02:00
|
|
|
ChangeLog whitespace=indent-with-non-tab,space-before-tab,trailing-space
|
2020-01-15 14:29:53 +01:00
|
|
|
# Make diff on MD files use "(define" as a function marker.
|
|
|
|
# Use together with git config diff.md.xfuncname '^\(define.*$'
|
|
|
|
# which is run by contrib/gcc-git-customization.sh too.
|
|
|
|
*.md diff=md
|