From c6c5e2c7585eddc69bc6eb4a0a16ade8c21dd514 Mon Sep 17 00:00:00 2001 From: Alexandre Oliveira Date: Mon, 24 Aug 2015 18:42:52 -0300 Subject: [PATCH] Normalize line endings --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..714143f --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +* text=auto eol=lf +*.csproj text eol=lf +*.sln text eol=lf +*.cs diff=csharp