.gitattributes: automatically clean up newlines in source files

This commit is contained in:
Jonathan Challinger 2015-04-15 16:35:30 -07:00 committed by Randy Mackay
parent 0cff3a4292
commit d66eec536f
1 changed files with 3 additions and 1 deletions

4
.gitattributes vendored
View File

@ -3,4 +3,6 @@
# This breaks Vagrant for some users. # This breaks Vagrant for some users.
*.sh text eol=lf *.sh text eol=lf
*.pde text eol=lf
*.cpp text eol=lf
*.h text eol=lf