From 98958df32459dd9c9deeeec80da00affee80230d Mon Sep 17 00:00:00 2001 From: Gregory Heskett Date: Sat, 23 Jul 2022 16:56:18 -0400 Subject: [PATCH] Line endings for all text files now forced to \n instead of \r\n (#464) --- .gitattributes | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.gitattributes b/.gitattributes index 2757aa517..e5f432228 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,19 +2,19 @@ * text=auto # List text files in case git doesn't characterize correctly -*.c text -*.h text -*.s text -*.in text -*.js text -*.md text -*.py text -*.sh text -*.ld text -*.inc text -*.txt text -*.json text -*.yaml text +*.c text eol=lf +*.h text eol=lf +*.s text eol=lf +*.in text eol=lf +*.js text eol=lf +*.md text eol=lf +*.py text eol=lf +*.sh text eol=lf +*.ld text eol=lf +*.inc text eol=lf +*.txt text eol=lf +*.json text eol=lf +*.yaml text eol=lf # Same for binary *.bin binary