From 1f38af47b5eec7d8adfc5481b0d1be67bc6ad96e Mon Sep 17 00:00:00 2001 From: Pavel P Date: Thu, 10 Aug 2017 01:22:33 -0700 Subject: [PATCH] Force crlf line endings for VS2015 project files. Signed-off-by: Ricardo Constantino --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitattributes b/.gitattributes index 24150295..649c8100 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,3 +2,9 @@ .gitattributes export-ignore update_version export-ignore + +*.bat eol=crlf +*.sln eol=crlf +*.vcxproj eol=crlf +*.vcxproj.filters eol=crlf +common.props eol=crlf