Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71219da commit 59db1f3Copy full SHA for 59db1f3
1 file changed
.hgeol
@@ -1,16 +1,13 @@
1
[patterns]
2
-** = native
3
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
+# Non human-editable files are binary
+
+**.dsp = BIN
+**.dsw = BIN
+**.mk = BIN
+**.sln = BIN
+**.vcproj = BIN
+**.vsprops = BIN
14
15
**.aif = BIN
16
**.au = BIN
@@ -31,6 +28,12 @@
31
28
32
29
Lib/email/test/data/msg_26.txt = BIN
33
30
Lib/test/sndhdrdata/sndhdr.* = BIN
+Lib/test/decimaltestdata/*.decTest = BIN
+# All other files (which presumably are human-editable) are "native".
34
+# This must be the last rule!
35
36
+** = native
37
38
[repository]
-native = LF
39
+native = LF
0 commit comments