From 56f914ba47fb4c58681e041bf6bdfa2391f00459 Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Fri, 14 Oct 2016 23:08:53 +0900 Subject: [PATCH] Make sure *.cs has CRLF line endings. --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index f9cb7c5c9a..60b563a8e8 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,8 @@ # This won't normalise line endings, but it will ensure that merge drivers use CRLF * -text eol=crlf +*.cs eol=crlf + # Currently in-use binary file extensions *.blend binary *.bmp binary