mirror of
https://github.com/curl/curl.git
synced 2026-07-24 19:07:17 +03:00
build: check out *.sln files with Windows line endings
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
This commit is contained in:
parent
42ba39b060
commit
afc9651a64
1 changed files with 1 additions and 0 deletions
1
projects/Windows/.gitattributes
vendored
Normal file
1
projects/Windows/.gitattributes
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
*.sln eol=crlf
|
||||
Loading…
Add table
Add a link
Reference in a new issue