File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 64
64
# Set explicit file behavior to:
65
65
# treat as text
66
66
# normalize to Unix-style line endings and
67
- # use a union merge when resoling conflicts
67
+ # use a union merge when resolving conflicts
68
68
# ##############################################################################
69
69
* .csproj text eol =lf merge =union
70
70
* .dbproj text eol =lf merge =union
71
71
* .fsproj text eol =lf merge =union
72
72
* .ncrunchproject text eol =lf merge =union
73
73
* .vbproj text eol =lf merge =union
74
+ * .shproj text eol =lf merge =union
74
75
# ##############################################################################
75
76
# Set explicit file behavior to:
76
77
# treat as text
77
78
# normalize to Windows-style line endings and
78
- # use a union merge when resoling conflicts
79
+ # use a union merge when resolving conflicts
79
80
# ##############################################################################
80
81
* .sln text eol =crlf merge =union
81
82
# ##############################################################################
You can’t perform that action at this time.
0 commit comments