Add gitattribute to enforce lf on sh and py files

This commit is contained in:
nicolas.dorier
2018-03-07 10:05:49 -05:00
committed by Christian Decker
parent d363a6870d
commit f45f18c37f

4
.gitattributes vendored Normal file
View File

@@ -0,0 +1,4 @@
# Declare files that will always have CRLF line endings on checkout.
*.sh text eol=lf
*.py text eol=lf
Makefile text eol=lf