diff options
author | nyamatongwe <unknown> | 2012-05-17 12:43:39 +1000 |
---|---|---|
committer | nyamatongwe <unknown> | 2012-05-17 12:43:39 +1000 |
commit | ded328447277a0526ed2fa47484e085a168ad643 (patch) | |
tree | e118e9f58ef38d03d763a054e3d06004d409f3e7 /.hgeol | |
parent | 475d9f420ba3b3877fd5a203639d9e14051d1fc8 (diff) | |
download | scintilla-mirror-ded328447277a0526ed2fa47484e085a168ad643.tar.gz |
Templates and projects are source code so should use native line ends.
Diffstat (limited to '.hgeol')
-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 |