From 7b18090e0020b94d4635829d0d52fb9d4fcd417b Mon Sep 17 00:00:00 2001 From: Jon Galloway Date: Tue, 21 Mar 2017 18:36:12 -0700 Subject: [PATCH] Create .gitattributes I prefer LF line endings and think we should consider csproj to be binary files so it's only edited in a full IDE like Visual InterDev. --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..da1ec7d --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +* text=lf + +*.md text +*.csproj binary