From 8f942f4a74aaee9b77f2f2786ed381e5ab6cdf3c Mon Sep 17 00:00:00 2001 From: MathuSum Mut Date: Fri, 2 Nov 2018 18:14:30 +0100 Subject: [PATCH] Added vcxproj to gitattributes --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index e09b704fe..55bae3b38 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,7 @@ * text=auto *.bat eol=crlf *.vcproj eol=crlf +*.vcxproj eol=crlf *.nsi eol=crlf *.sln eol=crlf *.vbs eol=crlf