Archived
1
0
Fork 0

adding whitespace rules to gitattributes.

This commit is contained in:
Henrik Hautakoski 2011-03-19 11:59:07 +02:00
parent 75d244515d
commit 9cc5420447

3
.gitattributes vendored Normal file
View file

@ -0,0 +1,3 @@
* whitespace=!indent,trail,space
*.[ch] whitespace=!indent,tab,trail,space,tabwidth=4
*.sh whitespace=!indent,tab,trail,space,tabwidth=4