summaryrefslogtreecommitdiffstats
path: root/.hgeol
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2015-04-13 17:28:11 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2015-04-13 17:28:11 (GMT)
commit30cc6fae980365da4e3a0e3012629aaf003b2597 (patch)
treeddfb19fbda1752a1ede08e6bc68e35a798e70bfc /.hgeol
parent4c9c848159b63fac440c29ffc2b437e055d355cc (diff)
downloadcpython-30cc6fae980365da4e3a0e3012629aaf003b2597.zip
cpython-30cc6fae980365da4e3a0e3012629aaf003b2597.tar.gz
cpython-30cc6fae980365da4e3a0e3012629aaf003b2597.tar.bz2
Force the Windows readme to CRLF
Diffstat (limited to '.hgeol')
-rw-r--r--.hgeol3
1 files changed, 3 insertions, 0 deletions
diff --git a/.hgeol b/.hgeol
index 2437601..0555785 100644
--- a/.hgeol
+++ b/.hgeol
@@ -43,6 +43,9 @@ Lib/test/coding20731.py = BIN
# Windows batch files work best with CRLF, there can be subtle problems with LF
**.bat = CRLF
+# The Windows readme is likely to be read in Notepad, so make it readable
+PCbuild/readme.txt = CRLF
+
# All other files (which presumably are human-editable) are "native".
# This must be the last rule!