From 87002f8e0060d0ee7f72b56b3135eb17214e2cb3 Mon Sep 17 00:00:00 2001 From: Joonas Rikkonen Date: Thu, 30 Aug 2018 13:55:22 +0300 Subject: [PATCH] Added a gitattributes file that defines CRLF as the line ending for code files (cherry-picked from 1ebfc9e) --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..56f8e94c2 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +# Declare files that will always have CRLF line endings on checkout. +*.sln text eol=crlf +*.cs text eol=crlf +*.xml text eol=crlf \ No newline at end of file