From 652deb6c44ed335e3bfcd6b9a44ca5ab3f8efbec Mon Sep 17 00:00:00 2001 From: Cleric-K <9365881+Cleric-K@users.noreply.github.com> Date: Mon, 2 Apr 2018 11:04:59 +0300 Subject: [PATCH] Git attributes --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..5bac09e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +*.cs text eol=crlf +*.csproj text eol=crlf +*.sln text eol=crlf +*.resx text eol=crlf +*.md text eol=lf