diff options
author | nyamatongwe <devnull@localhost> | 2012-05-17 12:43:39 +1000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2012-05-17 12:43:39 +1000 |
commit | 9afbfef1737f06723b391dea888d647af6bc747b (patch) | |
tree | da82f1b1752d8914038303ed9f7cca0d5b665b0d | |
parent | 473382bd2cb48983721cdea640390bd6dc284446 (diff) | |
download | scintilla-mirror-9afbfef1737f06723b391dea888d647af6bc747b.tar.gz |
Templates and projects are source code so should use native line ends.
-rwxr-xr-x | .hgeol | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |