From e425e25dcee8a6019044a5ce7788dfa69696c70c Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Tue, 8 Dec 2020 13:19:42 +0000 Subject: [PATCH] Merge branch 'hotfix/issue-303-etl-not-compatible-with-arduino-ide' into development # Conflicts: # support/Release notes.txt # test/vs2019/etl.vcxproj.filters --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitattributes b/.gitattributes index 1ff0c423..28d19991 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,6 +3,11 @@ ############################################################################### * text=auto +############################################################################### +# Declare files that will always have LF line endings on checkout. +############################################################################### +*.sh text eol=lf + ############################################################################### # Set default behavior for command prompt diff. #