File tree Expand file tree Collapse file tree 1 file changed +18
-15
lines changed Expand file tree Collapse file tree 1 file changed +18
-15
lines changed Original file line number Diff line number Diff line change 3
3
# ##############################################################################
4
4
* text =auto
5
5
6
+ # Force the following filetypes to have unix eols, so Windows does not break them
7
+ * . * text eol =lf
8
+
6
9
# ##############################################################################
7
10
# Set default behavior for command prompt diff.
8
11
#
22
25
# these files as binary and thus will always conflict and require user
23
26
# intervention with every merge. To do so, just uncomment the entries below
24
27
# ##############################################################################
25
- # *.sln merge=binary
26
- # *.csproj merge=binary
27
- # *.vbproj merge=binary
28
- # *.vcxproj merge=binary
29
- # *.vcproj merge=binary
30
- # *.dbproj merge=binary
31
- # *.fsproj merge=binary
32
- # *.lsproj merge=binary
33
- # *.wixproj merge=binary
34
- # *.modelproj merge=binary
35
- # *.sqlproj merge=binary
36
- # *.wwaproj merge=binary
28
+ * .sln merge =binary
29
+ * .csproj merge =binary
30
+ * .vbproj merge =binary
31
+ * .vcxproj merge =binary
32
+ * .vcproj merge =binary
33
+ * .dbproj merge =binary
34
+ * .fsproj merge =binary
35
+ * .lsproj merge =binary
36
+ * .wixproj merge =binary
37
+ * .modelproj merge =binary
38
+ * .sqlproj merge =binary
39
+ * .wwaproj merge =binary
37
40
38
41
# ##############################################################################
39
42
# behavior for image files
40
43
#
41
44
# image files are treated as binary by default.
42
45
# ##############################################################################
43
- # *.jpg binary
44
- # *.png binary
45
- # *.gif binary
46
+ * .jpg binary
47
+ * .png binary
48
+ * .gif binary
46
49
47
50
# ##############################################################################
48
51
# diff behavior for common document formats
You can’t perform that action at this time.
0 commit comments