Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5537d29

Browse files
committed
Add updated .hgeol file and fix newlines in the 3.1 branch.
1 parent 6e63a41 commit 5537d29

155 files changed

Lines changed: 55183 additions & 55180 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.hgeol

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
[patterns]
2-
** = native
32

4-
**.bat = CRLF
5-
**.def = CRLF
6-
**.dsp = CRLF
7-
**.dsw = CRLF
8-
**.mak = CRLF
9-
**.mk = CRLF
10-
**.rc = CRLF
11-
**.sln = CRLF
12-
**.vcproj = CRLF
13-
**.vsprops = CRLF
3+
# Non human-editable files are binary
4+
5+
**.dsp = BIN
6+
**.dsw = BIN
7+
**.mk = BIN
8+
**.sln = BIN
9+
**.vcproj = BIN
10+
**.vsprops = BIN
1411

1512
**.aif = BIN
1613
**.au = BIN
@@ -31,6 +28,12 @@
3128

3229
Lib/email/test/data/msg_26.txt = BIN
3330
Lib/test/sndhdrdata/sndhdr.* = BIN
31+
Lib/test/decimaltestdata/*.decTest = BIN
32+
33+
# All other files (which presumably are human-editable) are "native".
34+
# This must be the last rule!
35+
36+
** = native
3437

3538
[repository]
36-
native = LF
39+
native = LF

0 commit comments

Comments
 (0)