From 278d61952177d987063eb2c8951e36c9444823df Mon Sep 17 00:00:00 2001 From: Ken McMillan Date: Tue, 1 Apr 2014 17:20:37 -0700 Subject: [PATCH] set text default to auto to try to avoid crlf disasters --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index b86ed5df7..8df0f39d9 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,4 @@ +# Set default behaviour, in case users don't have core.autocrlf set. +* text=auto + src/api/dotnet/Properties/AssemblyInfo.cs text eol=crlf