Skip to content

Commit b1279e6

Browse files
committed
modified .gitattributes
1 parent 3cd29e6 commit b1279e6

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.gitattributes

+14-14
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
# Auto detect text files and perform LF normalization
1+
# Set the default behavior, in case people don't have core.autocrlf set.
22
* text=auto
33

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
612

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

0 commit comments

Comments
 (0)