File tree Expand file tree Collapse file tree 1 file changed +22
-23
lines changed Expand file tree Collapse file tree 1 file changed +22
-23
lines changed Original file line number Diff line number Diff line change 1- @@ - 0,0 +1,22 @@
2- + # Auto detect text files and perform LF normalization
3- + * text =auto
4- +
5- + # Custom for Visual Studio
6- + *.cs diff =csharp
7- + *.sln merge =union
8- + *.csproj merge =union
9- + *.vbproj merge =union
10- + *.fsproj merge =union
11- + *.dbproj merge =union
12- +
13- + # Standard to msysgit
14- + *.doc diff =astextplain
15- + *.DOC diff =astextplain
16- + *.docx diff =astextplain
17- + *.DOCX diff =astextplain
18- + *.dot diff =astextplain
19- + *.DOT diff =astextplain
20- + *.pdf diff =astextplain
21- + *.PDF diff =astextplain
22- + *.rtf diff =astextplain
23- + *.RTF diff =astextplain
1+ # Auto detect text files and perform LF normalization
2+ * text =auto
3+
4+ # Custom for Visual Studio
5+ * .cs diff =csharp
6+ * .sln merge =union
7+ * .csproj merge =union
8+ * .vbproj merge =union
9+ * .fsproj merge =union
10+ * .dbproj merge =union
11+
12+ # Standard to msysgit
13+ * .doc diff =astextplain
14+ * .DOC diff =astextplain
15+ * .docx diff =astextplain
16+ * .DOCX diff =astextplain
17+ * .dot diff =astextplain
18+ * .DOT diff =astextplain
19+ * .pdf diff =astextplain
20+ * .PDF diff =astextplain
21+ * .rtf diff =astextplain
22+ * .RTF diff =astextplain
You can’t perform that action at this time.
0 commit comments