add .gitattributes ( force LF line endings on checkout )

This commit is contained in:
ImreSamu 2018-05-20 12:18:33 +02:00
parent 89fb9362d5
commit f2f8c42724

6
.gitattributes vendored Normal file
View File

@ -0,0 +1,6 @@
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto
# Unix, Linux and OS X use LF
# Declare files that will always have LF line endings on checkout.
*.sh text eol=lf