aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2012-05-17 12:43:39 +1000
committernyamatongwe <devnull@localhost>2012-05-17 12:43:39 +1000
commit9afbfef1737f06723b391dea888d647af6bc747b (patch)
treeda82f1b1752d8914038303ed9f7cca0d5b665b0d
parent473382bd2cb48983721cdea640390bd6dc284446 (diff)
downloadscintilla-mirror-9afbfef1737f06723b391dea888d647af6bc747b.tar.gz
Templates and projects are source code so should use native line ends.
-rwxr-xr-x.hgeol3
1 files changed, 3 insertions, 0 deletions
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