From 8eedac2b82e50e46aa34dfd19b6e49ebe44296ff Mon Sep 17 00:00:00 2001 From: Jordan Hays <58005768+nofield@users.noreply.github.com> Date: Thu, 28 Jul 2022 13:35:26 -0400 Subject: [PATCH] fixing .gitattributes to ignore line ending changes between working directories and source repo. (#1607) --- .gitattributes | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index c7a51de6..ef5f00a6 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,4 +2,6 @@ *.cs diff *.csproj diff *.sln diff -*.resx diff \ No newline at end of file +*.resx diff + +* text=auto \ No newline at end of file