diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2015-04-13 17:28:11 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2015-04-13 17:28:11 (GMT) |
commit | 30cc6fae980365da4e3a0e3012629aaf003b2597 (patch) | |
tree | ddfb19fbda1752a1ede08e6bc68e35a798e70bfc /.hgeol | |
parent | 4c9c848159b63fac440c29ffc2b437e055d355cc (diff) | |
download | cpython-30cc6fae980365da4e3a0e3012629aaf003b2597.zip cpython-30cc6fae980365da4e3a0e3012629aaf003b2597.tar.gz cpython-30cc6fae980365da4e3a0e3012629aaf003b2597.tar.bz2 |
Force the Windows readme to CRLF
Diffstat (limited to '.hgeol')
-rw-r--r-- | .hgeol | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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! |