Configuring EolExtension
authorAdrian Bateman <adrianba@microsoft.com>
Mon, 27 Aug 2012 09:21:16 -0700
changeset 0 8222fd7fc777
child 1 f47d2bf875d9
Configuring EolExtension
.hgeol
README.txt
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.hgeol	Mon Aug 27 09:21:16 2012 -0700
@@ -0,0 +1,13 @@
+[repository]
+native = LF
+
+[patterns]
+**.txt = native
+**.xml = native
+**.html = native
+**.css = native
+**.xsl = native
+**.cmd = CRLF
+**.sh = LF
+**.png = BIN
+**.jpg = BIN
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/README.txt	Mon Aug 27 09:21:16 2012 -0700
@@ -0,0 +1,9 @@
+This repository contains draft proposals for the HTML Working Group.
+
+The repository is configured to use the EolExtension. To support this you need
+to add the following to your hgrc file (either in $HOME or .hr/hgrc):
+
+[extensions]
+eol =
+
+For more information, see http://mercurial.selenic.com/wiki/EolExtension
\ No newline at end of file