From 536ca28ea96c093505e1b33939bd0c810bbaae1f Mon Sep 17 00:00:00 2001 From: Andreia Gaita Date: Wed, 10 Apr 2024 16:59:57 +0200 Subject: Ensure all Visual Studio files are generated with CRLF --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes index 8d2fb108ba..ccc576c2e1 100644 --- a/.gitattributes +++ b/.gitattributes @@ -9,6 +9,8 @@ thirdparty/* linguist-vendored *.bat eol=crlf # And some test files where the EOL matters *.test.txt -text +# And also the templates for Visual Studio files, which VS will always force CRLF on +/misc/msvs/*.template eol=crlf # The above only works properly for Git 2.10+, so for older versions # we need to manually list the binary files we don't want modified. -- cgit v1.2.3