Skip to content

Commit 67cc291

Browse files
committed
serge pilko contribui
1 parent 2c73df1 commit 67cc291

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

.gitattributes

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,20 @@
1-
* -text
1+
# Set the default behavior, in case people don't have core.autocrlf set.
2+
* text=auto
3+
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
12+
*.dpk -text
13+
*.dproj -text
14+
*.groupproj -text
15+
16+
# Declare files that will always have CRLF line endings on checkout.
17+
18+
# Denote all files that are truly binary and should not be modified.
19+
*.exe binary
20+
*.res binary

0 commit comments

Comments
 (0)