Ignore line endings for all files (except shell scripts).

This commit is contained in:
Konstantina Chremmou 2016-07-05 08:14:47 +01:00
parent 094e4c4c4f
commit e1462e34db

1
.gitattributes vendored
View File

@ -1,2 +1,3 @@
# Auto detect text files and perform LF normalization # Auto detect text files and perform LF normalization
* -crlf
*.sh text eol=lf *.sh text eol=lf