Skip to content

Commit 4782588

Browse files
committedDec 8, 2013
1 parent c2709b3 commit 4782588

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
 

‎.gitattributes

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Set default behaviour, in case users don't have core.autocrlf set.
2+
* text=auto
3+
4+
# Explicitly declare text files we want to always be normalized and converted
5+
# to native line endings on checkout.
6+
*.java text
7+
*.groovy text
8+
*.scala text
9+
*.clj text
10+
*.txt text
11+
*.md text
12+
13+
# Denote all files that are truly binary and should not be modified.
14+
*.png binary
15+
*.jpg binary

0 commit comments

Comments
 (0)
Please sign in to comment.