Force LF eol with .gitattributes

This commit is contained in:
Bruno Sutic
2015-09-20 01:32:35 +02:00
parent 5de37f98bb
commit c53ccb37ae
2 changed files with 11 additions and 0 deletions

9
.gitattributes vendored Normal file
View File

@ -0,0 +1,9 @@
# Force text files to have unix eols, so Windows/Cygwin does not break them
*.* eol=lf
# These files are unfortunately not recognized as text files so
# explicitly listing them here
tpm eol=lf
bin/* eol=lf
bindings/* eol=lf
tests/* eol=lf