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*.java text 7 8# Declare files that will always have LF line endings on checkout. 9*.txt text eol=lf 10 11# Denote all files that are truly binary and should not be modified. 12*.png binary 13*.jpg binary