From 1b53e939ed67163ee40e9ba6ed91ded2d2a62161 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Tue, 30 Oct 2018 11:40:34 +0100 Subject: [PATCH] Set crlf in all *.vcxproj.* files --- .gitattributes | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index ed57b52969..9da70ba2fc 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,2 @@ *.sln.in eol=crlf -*.vcxproj.in eol=crlf -*.vcxproj.filters.in eol=crlf +*.vcxproj.* eol=crlf