From e9c5708a4fb7379b3d75dc7b16701d0015c8d13a Mon Sep 17 00:00:00 2001 From: John Ellson Date: Thu, 15 Dec 2016 21:12:19 -0500 Subject: [PATCH] remove file that caused all lineends to change to CRLF. - Windows users, please find another way. --- .gitattributes | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index 0194a9fbf..000000000 --- a/.gitattributes +++ /dev/null @@ -1,6 +0,0 @@ -# # Set the default behavior, in case people don't have core.autocrlf set. -* text=auto - -# Declare files that will always have CRLF line endings on checkout. -*.sln text eol=crlf -*.vcxproj text eol=crlf -- 2.40.0