From fe152b1d55f4af4a88272c969abaa9dcb25e14dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20J=C3=B8rgensgaard=20Engdahl?= Date: Wed, 27 Feb 2019 08:48:14 +0100 Subject: [PATCH] Solution files are windows text files too --- .gitattributes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index adc92db..829af5f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,4 @@ *.cs text eol=crlf *.xaml text eol=crlf -*.ps1 text eol=crlf \ No newline at end of file +*.ps1 text eol=crlf +*.sln text eol=crlf \ No newline at end of file