From ded328447277a0526ed2fa47484e085a168ad643 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 17 May 2012 12:43:39 +1000 Subject: Templates and projects are source code so should use native line ends. --- .hgeol | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.hgeol b/.hgeol index cf5a082fd..90014834d 100755 --- a/.hgeol +++ b/.hgeol @@ -1,10 +1,12 @@ [patterns] **.cxx = native +**.cpp = native **.c = native **.h = native **.m = native **.mm = native **.iface = native +**.template = native **.mk = native **.py = native **.rc = native @@ -25,6 +27,7 @@ **.dsp = native **.sln = native **.vcproj = native +**.pro = native **.gen = native **makefile = native README = native -- cgit v1.2.3