From: Marcel Raad Date: Wed, 9 Aug 2017 12:11:27 +0000 (+0200) Subject: build: check out *.sln files with Windows line endings X-Git-Tag: curl-7_55_1~33 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=afc9651a648e899c4743be36d0e9018c947047b6;p=thirdparty%2Fcurl.git 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 --- diff --git a/projects/Windows/.gitattributes b/projects/Windows/.gitattributes new file mode 100644 index 0000000000..391fd002cc --- /dev/null +++ b/projects/Windows/.gitattributes @@ -0,0 +1 @@ +*.sln eol=crlf