forked from nsubstitute/NSubstitute
-
Notifications
You must be signed in to change notification settings - Fork 4
/
.hgeol
50 lines (47 loc) · 845 Bytes
/
.hgeol
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
[repository]
native = LF
[patterns]
**.py = LF
**.pl = LF
**.pm = LF
**.t = LF
**.it = LF
**.h = LF
**.cpp = LF
**.cs = LF
**.c = LF
**.txt = LF
**.bindings = LF
**.sh = LF
**.jam = LF
**.as = LF
**.boo = LF
**.java = LF
**.js = LF
Makefile = LF
**.shader = LF
**.cginc = LF
**.glslinc = LF
**.mm = LF
Runtime/Export/common_* = LF
Repositories.ini = LF
.hgignore = LF
## keep CRLF's in sync with .editorconfig
# vs can handle these as lf, but really wants them as crlf
**.vcproj = CRLF
**.vcxproj = CRLF
**.vcxproj.filters = CRLF
**.csproj = CRLF
**.props = CRLF
**.targets = CRLF
**.sln = CRLF
**.sln.template = CRLF
**.bat = CRLF
**.cmd = CRLF
**.xaml = CRLF
# the text templating parser will actually fail on lf, inexplicably setting every #line directive as '1'
**.tt = CRLF
**.t4 = CRLF
**.ttinclude = CRLF
[eol]
only-consistent = False