From 06b8d05eda8930dec58172e8f812edc7c679d0a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Mon, 12 May 2025 13:24:23 +0200 Subject: [PATCH] Preserve CRLF line terminators for MSVS project template --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 30d1acb4973..943d6b5d7ce 100644 --- a/.gitattributes +++ b/.gitattributes @@ -9,7 +9,7 @@ thirdparty/* linguist-vendored *.bat eol=crlf *.sln eol=crlf *.csproj eol=crlf -misc/msvs/*.template eol=crlf +misc/msvs/* eol=crlf # And some test files where the EOL matters *.test.txt -text