Preserve CRLF line terminators for MSVS project template

This commit is contained in:
Rémi Verschelde 2025-05-12 13:24:23 +02:00
parent 19bb18716e
commit 06b8d05eda
No known key found for this signature in database
GPG Key ID: C3336907360768E1

2
.gitattributes vendored
View File

@ -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