diff --git a/.gitattributes b/.gitattributes index 0ec73feee..274fb9d79 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,13 +1,13 @@ -*.md text -*.c text -*.h text -*.cc text -*.S text -*.s text +*.md text eol=lf +*.c text eol=lf +*.h text eol=lf +*.cc text eol=lf +*.S text eol=lf +*.s text eol=lf *.hex -crlf -diff *.elf -crlf -diff -*.ld text -Makefile text +*.ld text eol=lf +Makefile text eol=lf *.bat eol=crlf -*.txt text -*.sh text +*.txt text eol=lf +*.sh text eol=lf