Skip to content

Commit 925a3fb

Browse files
committed
Merge branch 'addGitattributes'
2 parents aa6d16f + 7523af0 commit 925a3fb

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.gitattributes

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Set the default behavior, in case people don't have core.autocrlf set.
2+
* text=false
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+
9+
# Declare files that will always have CRLF line endings on checkout.
10+
11+
# Denote all files that are truly binary and should not be modified.
12+
*.exe binary
13+
*.res binary

0 commit comments

Comments
 (0)