mirror of https://github.com/sbt/sbt.git
Added .gitattributes file.
This commit is contained in:
parent
ad18b4f3ae
commit
5df0deacf0
|
|
@ -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
|
||||
Loading…
Reference in New Issue