Force the Windows readme to CRLF

This commit is contained in:
Zachary Ware 2015-04-13 12:28:11 -05:00
parent 4c9c848159
commit 30cc6fae98
2 changed files with 357 additions and 354 deletions

3
.hgeol
View file

@ -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!