Merge
This commit is contained in:
commit
0f164c606a
6
.hgeol
6
.hgeol
|
@ -40,6 +40,12 @@ Lib/venv/scripts/nt/* = BIN
|
||||||
|
|
||||||
Lib/test/coding20731.py = BIN
|
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".
|
# All other files (which presumably are human-editable) are "native".
|
||||||
# This must be the last rule!
|
# This must be the last rule!
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue