From 72dc573ce1f5e7e42a791a55a8ade244daae3cf2 Mon Sep 17 00:00:00 2001 From: tomcw Date: Fri, 22 Sep 2017 20:43:04 +0100 Subject: [PATCH] Remove .gitattributes (#487) --- .gitattributes | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index 2efd4448..00000000 --- a/.gitattributes +++ /dev/null @@ -1,12 +0,0 @@ -# ref: https://help.github.com/articles/dealing-with-line-endings/#platform-all - -# Set the default behavior, in case people don't have core.autocrlf set. -# (Check with git config --global --list) -* text=auto - -# Declare files that will always have CRLF line endings on checkout. -*.sln text eol=crlf -*.vcproj text eol=crlf -*.vcxproj text eol=crlf -*.vcxproj.filters text eol=crlf -*.bat text eol=crlf