From 8ef4e93bc1e5e8a7add3a884ec33df849712de71 Mon Sep 17 00:00:00 2001 From: Bram Matthys Date: Wed, 1 Jun 2011 11:30:32 +0200 Subject: [PATCH] Added .hgeol to take care of LF<->CRLF conversion (for our poor windows users)... --- .hgeol | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .hgeol diff --git a/.hgeol b/.hgeol new file mode 100644 index 000000000..1ef35b620 --- /dev/null +++ b/.hgeol @@ -0,0 +1,13 @@ +[repository] +native = LF + +[patterns] +.RELEASE.NOTES = native +README = native +Unreal.nfo = native +makefile.win32 = native +Changes = native +**.c = native +**.conf = native +**.html = native +**.txt = native