Added .gitattributes file.

This commit is contained in:
cheeseng 2013-03-27 14:05:57 +08:00
parent ad18b4f3ae
commit 5df0deacf0
1 changed files with 7 additions and 0 deletions

7
.gitattributes vendored Normal file
View File

@ -0,0 +1,7 @@
# Set default behaviour, in case users don't have core.autocrlf set.
* text=auto
# Explicitly declare text files we want to always be normalized and converted
# to native line endings on checkout.
*.scala text
*.java text