diff --git a/.gitattributes b/.gitattributes index 51e5eef..6259aa2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,8 +1,8 @@ ############################################################################### # Set default behavior to automatically normalize line endings. ############################################################################### -*.sh -text -makefile -text +*.sh -text eol=lf +makefile -text eol=lf * text=auto ###############################################################################