From 196a049ad0264ab3b2bc806d592602109ed16460 Mon Sep 17 00:00:00 2001 From: mikeller Date: Sat, 4 Nov 2017 14:48:19 +1300 Subject: [PATCH] Set line endings for known text files to default to LF. --- .gitattributes | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.gitattributes b/.gitattributes index 0ec73feee9..274fb9d794 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