Merge branch 'rs/help-c-source-with-gitattributes' into maint

The .c/.h sources are marked as such in our .gitattributes file so
that "git diff -W" and friends would work better.

* rs/help-c-source-with-gitattributes:
  .gitattributes: set file type for C files
This commit is contained in:
Junio C Hamano 2016-08-10 11:55:19 -07:00
commit e223c2c77f

2
.gitattributes vendored
View File

@ -1,3 +1,3 @@
* whitespace=!indent,trail,space * whitespace=!indent,trail,space
*.[ch] whitespace=indent,trail,space *.[ch] whitespace=indent,trail,space diff=cpp
*.sh whitespace=indent,trail,space *.sh whitespace=indent,trail,space