File tree 1 file changed +14
-14
lines changed
1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change 1
- # Auto detect text files and perform LF normalization
1
+ # Set the default behavior, in case people don't have core.autocrlf set.
2
2
* text =auto
3
3
4
- # Custom for Visual Studio
5
- * .cs diff =csharp
4
+ # Explicitly declare text files you want to always be normalized and converted
5
+ # to native line endings on checkout.
6
+ * .pas text
7
+ * .dfm text
8
+ * .md text
9
+ * .txt text
10
+ * .java text
11
+ * .cs text
6
12
7
- # Standard to msysgit
8
- * .doc diff =astextplain
9
- * .DOC diff =astextplain
10
- * .docx diff =astextplain
11
- * .DOCX diff =astextplain
12
- * .dot diff =astextplain
13
- * .DOT diff =astextplain
14
- * .pdf diff =astextplain
15
- * .PDF diff =astextplain
16
- * .rtf diff =astextplain
17
- * .RTF diff =astextplain
13
+ # Declare files that will always have CRLF line endings on checkout.
14
+
15
+ # Denote all files that are truly binary and should not be modified.
16
+ * .exe binary
17
+ * .res binary
You can’t perform that action at this time.
0 commit comments