From 43f3b1f807a4646626dbfb8287cdda00195b58f7 Mon Sep 17 00:00:00 2001 From: Ryan Nowak Date: Thu, 23 Apr 2020 17:39:51 -0700 Subject: [PATCH] add .gitattributes --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..839ef30e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +* text=auto +*.cs text=auto diff=csharp +*.sh text eol=lf +*.sln text eol=crlf \ No newline at end of file