Mercurial > hg > CbC > CbC_gcc
view .gitattributes @ 151:2eca1fb48fa2
Added tag current for changeset 26042f4007d5
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Sat, 23 May 2020 14:59:38 +0900 |
parents | 1830386684a0 |
children |
line wrap: on
line source
# 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 ChangeLog whitespace=indent-with-non-tab,space-before-tab,trailing-space # 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