File tree 1 file changed +11
-3
lines changed
1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change 3
3
# ##############################################################################
4
4
* text =auto
5
5
6
+ # Explicitly declare text files you want to always be normalized and converted
7
+ # to native line endings on checkout.
8
+ * .cs text
9
+ * .cshtml text
10
+
11
+ # Declare files that will always have CRLF line endings on checkout.
12
+ * .sln text eol =crlf
13
+
6
14
# ##############################################################################
7
15
# Set default behavior for command prompt diff.
8
16
#
40
48
#
41
49
# image files are treated as binary by default.
42
50
# ##############################################################################
43
- # *.jpg binary
44
- # *.png binary
45
- # *.gif binary
51
+ * .jpg binary
52
+ * .png binary
53
+ * .gif binary
46
54
* .ico binary
47
55
48
56
# ##############################################################################
You can’t perform that action at this time.
0 commit comments