-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
35 lines (32 loc) · 1.31 KB
/
.gitattributes
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
# Generated by https://gitattributes.io/ and https://www.eugenechiang.com/2019/05/12/example-visual-studio-project-gitattributes-file/
###############################################################################
# Set default behavior to automatically normalize line endings.
###############################################################################
* text=auto
###############################################################################
# Set default behavior for command prompt diff.
#
# This is need for earlier builds of msysgit that does not have it on by
# default for csharp files.
# Note: This is only used by command line
###############################################################################
*.cs diff=csharp
###############################################################################
# Set the merge driver for project and solution files
###############################################################################
*.sln merge=union
*.csproj merge=union
*.vbproj merge=union
*.vcxproj merge=union
*.vcproj merge=union
*.dbproj merge=union
*.fsproj merge=union
*.lsproj merge=union
*.wixproj merge=union
*.modelproj merge=union
*.sqlproj merge=union
*.wwaproj merge=union
*.xproj merge=union
*.props merge=union
*.filters merge=union
*.vcxitems merge=union