.gitattributes 538 B

12345678910
  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. *.[cCh] whitespace=indent-with-non-tab,space-before-tab,trailing-space
  4. *.cc whitespace=indent-with-non-tab,space-before-tab,trailing-space
  5. ChangeLog whitespace=indent-with-non-tab,space-before-tab,trailing-space
  6. # Make diff on MD files use "(define" as a function marker.
  7. # Use together with git config diff.md.xfuncname '^\(define.*$'
  8. # which is run by contrib/gcc-git-customization.sh too.
  9. *.md diff=md