mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Force the Windows readme to CRLF
This commit is contained in:
parent
4c9c848159
commit
30cc6fae98
2 changed files with 357 additions and 354 deletions
3
.hgeol
3
.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!
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue