From ab5131b41671d7916433d74b7d5bf7fae07780a0 Mon Sep 17 00:00:00 2001 From: Jeff Campbell Date: Sun, 7 Apr 2019 11:56:33 +0200 Subject: [PATCH] Added .gitattributes file * Added .gitattributes file to force line-endings to Mac/Linux style (LF). This should help prevent files created across multiple platforms from being committed with the wrong EOL character. --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..65051a1e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.cs eol=lf +