From 6fbcdef30388a12c3c6e30377d226fa4cd6c128c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Mon, 6 Jul 2020 15:54:48 +0200 Subject: [PATCH] Enforce line endings. --- .gitattributes | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..949fc96 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,10 @@ +# 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 +*.cs diff=csharp