aboutsummaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
authorMarcel Raad <Marcel.Raad@teamviewer.com>2017-08-09 14:11:27 +0200
committerMarcel Raad <Marcel.Raad@teamviewer.com>2017-08-10 09:11:46 +0200
commitafc9651a648e899c4743be36d0e9018c947047b6 (patch)
tree091c712af76da5ce9129378f34c215e57397e4bf /projects
parent42ba39b0602c44ceb609459fd4d9c2ef339b843e (diff)
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
Diffstat (limited to 'projects')
-rw-r--r--projects/Windows/.gitattributes1
1 files changed, 1 insertions, 0 deletions
diff --git a/projects/Windows/.gitattributes b/projects/Windows/.gitattributes
new file mode 100644
index 000000000..391fd002c
--- /dev/null
+++ b/projects/Windows/.gitattributes
@@ -0,0 +1 @@
+*.sln eol=crlf