Skip to content

Commit a9fce36

Browse files
committed
ADC-2691
1 parent e85d30c commit a9fce36

159 files changed

Lines changed: 21793 additions & 73 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.
Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
###############################################################################
2+
# Set default behavior to automatically normalize line endings.
3+
###############################################################################
4+
* text=auto
5+
6+
###############################################################################
7+
# Set the merge driver for project and solution files
8+
#
9+
# Merging from the command prompt will add diff markers to the files if there
10+
# are conflicts (Merging from VS is not affected by the settings below, in VS
11+
# the diff markers are never inserted). Diff markers may cause the following
12+
# file extensions to fail to load in VS. An alternative would be to treat
13+
# these files as binary and thus will always conflict and require user
14+
# intervention with every merge. To do so, just comment the entries below and
15+
# uncomment the group further below
16+
###############################################################################
17+
18+
*.sln text eol=crlf
19+
*.csproj text eol=crlf
20+
*.vbproj text eol=crlf
21+
*.vcxproj text eol=crlf
22+
*.vcproj text eol=crlf
23+
*.dbproj text eol=crlf
24+
*.fsproj text eol=crlf
25+
*.lsproj text eol=crlf
26+
*.wixproj text eol=crlf
27+
*.modelproj text eol=crlf
28+
*.sqlproj text eol=crlf
29+
*.wmaproj text eol=crlf
30+
31+
*.xproj text eol=crlf
32+
*.props text eol=crlf
33+
*.filters text eol=crlf
34+
*.vcxitems text eol=crlf
35+
36+
37+
.gitattributes text
38+
.gitignore text
39+
*.md text
40+
41+
42+
#*.sln merge=binary
43+
#*.csproj merge=binary
44+
#*.vbproj merge=binary
45+
#*.vcxproj merge=binary
46+
#*.vcproj merge=binary
47+
#*.dbproj merge=binary
48+
#*.fsproj merge=binary
49+
#*.lsproj merge=binary
50+
#*.wixproj merge=binary
51+
#*.modelproj merge=binary
52+
#*.sqlproj merge=binary
53+
#*.wwaproj merge=binary
54+
55+
#*.xproj merge=binary
56+
#*.props merge=binary
57+
#*.filters merge=binary
58+
#*.vcxitems merge=binary
59+

0 commit comments

Comments
 (0)