From 90bbff26cdce70a0c7d4e90dbfb4b18e0c0772b9 Mon Sep 17 00:00:00 2001 From: Nick Date: Tue, 26 Jul 2022 12:29:47 -0400 Subject: [PATCH] Create .gitattributes --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..ad309cda --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +*.cs text eol=crlf +*.sln text eol=crlf +*.csproj text eol=crlf +*.user text eol=crlf +*.json text eol=crlf \ No newline at end of file