]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
build: check out *.sln files with Windows line endings
authorMarcel Raad <Marcel.Raad@teamviewer.com>
Wed, 9 Aug 2017 12:11:27 +0000 (14:11 +0200)
committerMarcel Raad <Marcel.Raad@teamviewer.com>
Thu, 10 Aug 2017 07:11:46 +0000 (09:11 +0200)
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

projects/Windows/.gitattributes [new file with mode: 0644]

diff --git a/projects/Windows/.gitattributes b/projects/Windows/.gitattributes
new file mode 100644 (file)
index 0000000..391fd00
--- /dev/null
@@ -0,0 +1 @@
+*.sln eol=crlf