From: Alexander Köplinger Date: Fri, 27 Jan 2017 14:06:16 +0000 (+0100) Subject: Always use LF line endings for config.rpath/configure.host as well X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=mono.git;a=commitdiff_plain;h=8aba97e42adc3ad71a867fe024d81efcd18f75d6 Always use LF line endings for config.rpath/configure.host as well --- diff --git a/.gitattributes b/.gitattributes index 030bae51185..63ec9a98c90 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,7 @@ # ensure LF endings on all checkouts -configure.ac crlf=input +configure.ac crlf=input +config.rpath crlf=input +configure.host crlf=input *.sh crlf=input # ensure native line endings on checkout