File tree 1 file changed +49
-3
lines changed
1 file changed +49
-3
lines changed Original file line number Diff line number Diff line change 1
- * text =auto
2
- * .sh eol =lf
3
- * .bin binary
1
+ # ##############################################################################
2
+ # Set default behavior to:
3
+ # automatically normalize line endings on check-in, and
4
+ # convert to Windows-style line endings on check-out
5
+ # ##############################################################################
6
+ * text =auto encoding =UTF-8
7
+ * .sh text eol =lf
8
+
9
+ # ##############################################################################
10
+ # Set file behavior to:
11
+ # treat as text, and
12
+ # diff as C# source code
13
+ # ##############################################################################
14
+ * .cs text diff =csharp
15
+
16
+ # ##############################################################################
17
+ # Set file behavior to:
18
+ # treat as text
19
+ # ##############################################################################
20
+ * .cmd text
21
+ * .config text
22
+ * .csproj text
23
+ * .groovy text
24
+ * .json text
25
+ * .md text
26
+ * .nuspec text
27
+ * .pkgdef text
28
+ * .proj text
29
+ * .projitems text
30
+ * .props text
31
+ * .ps1 text
32
+ * .resx text
33
+ * .ruleset text
34
+ * .shproj text
35
+ * .sln text
36
+ * .targets text
37
+ * .vb text
38
+ * .vbproj text
39
+ * .vcxproj text
40
+ * .vcxproj.filters text
41
+ * .vsct text
42
+ * .vsixmanifest text
43
+
44
+ # ##############################################################################
45
+ # Set file behavior to:
46
+ # treat as binary
47
+ # ##############################################################################
48
+ * .png binary
49
+ * .snk binary
You can’t perform that action at this time.
0 commit comments