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:
commit
e223c2c77f
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user