From 7d10c64d5d4011aec1c247c56a458d32df20f6f1 Mon Sep 17 00:00:00 2001 From: Date: Thu, 28 Jan 2016 00:49:34 -0500 Subject: [PATCH 1/3] Don't force other contributors to make unreadable PRs. --- .gitattributes | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.gitattributes b/.gitattributes index e8ed75054..c464d9797 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,21 +1,3 @@ -# Automatically detect text files and perform LF line ending normalization -* text=auto - -# Files you want to always be normalized and converted -# to native line endings on checkout -*.c text -*.cpp text -*.h text -*.in text -*.dsp text -*.iss text -*.rc text -*.cpf text -*.sc text -*.cmd text -*.sh text -*.txt text - # Files that will always have CRLF line endings on checkout *.sln text eol=crlf *.vcproj text eol=crlf From 7e8d3d8a3b397271331c8a27c8fb651e13aa07cc Mon Sep 17 00:00:00 2001 From: Date: Thu, 28 Jan 2016 00:53:07 -0500 Subject: [PATCH 2/3] MSVS stuff is indifferent to LF or CRLF, and Windows is CRLF. --- .gitattributes | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.gitattributes b/.gitattributes index c464d9797..8b14d0672 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,12 +1,3 @@ -# Files that will always have CRLF line endings on checkout -*.sln text eol=crlf -*.vcproj text eol=crlf -*.vcxproj text eol=crlf -*.filters text eol=crlf -*.props text eol=crlf -*.vsprops text eol=crlf -*.vbs text eol=crlf - # All files that are binary and should not be normalized # Images From 22256d6b177bceb7cedd3ffa977ac442b2c5521e Mon Sep 17 00:00:00 2001 From: Date: Thu, 28 Jan 2016 00:53:41 -0500 Subject: [PATCH 3/3] XPM is not a binary-encoded image format; it's text. --- .gitattributes | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 8b14d0672..003bf63ba 100644 --- a/.gitattributes +++ b/.gitattributes @@ -7,7 +7,6 @@ *.gif binary *.bmp binary *.ico binary -*.xpm binary *.cur binary # Binary data