From d9251b053fe9a661e952e31bbe6a47de7bbbbc08 Mon Sep 17 00:00:00 2001 From: Dan Brickley Date: Fri, 6 Jun 2014 18:01:36 +0100 Subject: [PATCH] per https://help.github.com/articles/dealing-with-line-endings --- .gitattributes | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..3736b5b6c1 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,18 @@ +# Set the default behavior, in case people don't have core.autocrlf set. +* text=auto + +# Explicitly declare text files you want to always be normalized and converted +# to native line endings on checkout. +*.c text +*.h text +*.rdfa text +*.txt text +*.py text + +# Declare files that will always have CRLF line endings on checkout. +*.sln text eol=crlf + +# Denote all files that are truly binary and should not be modified. +*.png binary +*.jpg binary +