From 9e52421ed8c62647706139b30023d001908d63a7 Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Thu, 17 Mar 2011 00:22:21 -0500 Subject: [PATCH] change line endings --- .hgeol | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/.hgeol b/.hgeol index a4c8a76828..e6f06a616f 100644 --- a/.hgeol +++ b/.hgeol @@ -1,22 +1,23 @@ -[repository] -native = CRLF - [patterns] -**.cpp = CRLF -**.h = CRLF -**.txt = CRLF -**.lua = CRLF +**.cpp = native +**.h = native +**.mm = native +**.txt = native +**.lua = native **.sln = CRLF -**.ini = CRLF -**.redir = CRLF -**.sm = CRLF -**.ssc = CRLF +**.ini = native +**.redir = native +**.sm = native +**.ssc = native **.vcproj = CRLF -**.xsl = CRLF -**.xml = CRLF +**.xsl = native +**.xml = native **.jpg = BIN **.png = BIN **.jpeg = BIN **.ogg = BIN +**.mp3 = BIN +**.wav = BIN **.sh = LF Makefile = LF +Makefile.am = LF \ No newline at end of file