From 2f19cd90451170b26ac000821dca35d4bebb6411 Mon Sep 17 00:00:00 2001 From: Curtis Wensley Date: Thu, 8 Oct 2015 21:20:20 -0700 Subject: [PATCH] Add .gitattributes to normalize line endings --- .gitattributes | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..549c347 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,7 @@ + +* text=auto +*.sh eol=lf +*.sln eol=crlf +*.cmd eol=crlf +*.csproj text +*.xaml text