From b67130a7139661947d53ea754dea33fe4ec0dbbf Mon Sep 17 00:00:00 2001 From: Rachael Alexanderson Date: Tue, 27 Oct 2020 12:52:06 -0400 Subject: [PATCH] - force git to store Windows files with native line-endings. it cannot be trusted to handle crlf correctly. --- .gitattributes | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitattributes b/.gitattributes index 949b845f17..d9ac56b78f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -12,10 +12,10 @@ *.asm text *.S text -*.vcproj text eol=crlf -*.sln text eol=crlf -*.bat text eol=crlf -*.rc text eol=crlf +*.vcproj text +*.sln text +*.bat text +*.rc text *.txt text language.* text