From f50a891d18a911b51505544cfbb06d6201f242fe Mon Sep 17 00:00:00 2001 From: Zimmermann Gyula Date: Sun, 17 Jun 2018 12:34:17 +0200 Subject: [PATCH] Explicitly specify line-endings of source files in gitattributes. --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index 27d364b263..0f36a4ceb6 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,9 @@ # Enforce LF normalization on Windows *.yaml eol=lf *.lua eol=lf +*.cs eol=lf +*.csproj eol=lf +*.sln eol=lf * text=lf # Custom for Visual Studio