Skip to content

Commit e223c2c

Browse files
committed
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
2 parents 61efc5c + e82675a commit e223c2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
* whitespace=!indent,trail,space
2-
*.[ch] whitespace=indent,trail,space
2+
*.[ch] whitespace=indent,trail,space diff=cpp
33
*.sh whitespace=indent,trail,space

0 commit comments

Comments
 (0)