Force LF for makefile and sh

This commit is contained in:
Michael J. Seiferling
2018-02-17 08:36:06 -06:00
parent 978242d0dd
commit e897fda8e8
+2 -2
View File
@@ -1,8 +1,8 @@
############################################################################### ###############################################################################
# Set default behavior to automatically normalize line endings. # Set default behavior to automatically normalize line endings.
############################################################################### ###############################################################################
*.sh -text *.sh -text eol=lf
makefile -text makefile -text eol=lf
* text=auto * text=auto
############################################################################### ###############################################################################