mirror of
https://github.com/curl/curl.git
synced 2026-04-15 08:31:40 +03:00
Visual Studio doesn't like LF line endings in solution files and always converts them to CRLF when doing changes to the solution. Notably, this affects the solutions in the release archive. Closes https://github.com/curl/curl/pull/1746
1 line
15 B
Text
1 line
15 B
Text
*.sln eol=crlf
|