From 4d03e2e955efdc582df64274782f6d90c56894cd Mon Sep 17 00:00:00 2001 From: Adam Demasi Date: Mon, 30 Sep 2024 15:50:10 +0930 Subject: [PATCH] Tweak line endings config --- .gitattributes | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitattributes b/.gitattributes index 26475c0..9b5ef6a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,3 @@ -* text=auto - -*.sln text eol=crlf \ No newline at end of file +* text=auto eol=lf +*.sln eol=crlf +*.vcxproj eol=crlf