From bb5e455e2a811c6d91823585600596d0dc7bbc22 Mon Sep 17 00:00:00 2001 From: Shawn Hoffman Date: Mon, 23 Jan 2023 06:12:42 -0800 Subject: [PATCH] gitattributes: set eol=clrf on *.sln modifying sln via VS always uses clrf, so let's just go with it --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..7200b70d56 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.sln text eol=crlf