gitattributes for whitespace

This commit is contained in:
Dale Weiler 2012-04-28 16:40:03 -04:00
parent f697a5f999
commit a5e1f40b85

3
.gitattributes vendored Normal file
View file

@ -0,0 +1,3 @@
#dissalow trailing whitespace
*.c whitespace=-trailing-space
*.h whitespace=-trailing-space