.gitattributes 268 B

123456789
  1. # Set the default behavior, in case people don't have core.autocrlf set.
  2. * text=auto
  3. # Declare files that will always have LF line endings on checkout.
  4. *.java text eol=lf
  5. # Denote all files that are truly binary and should not be modified.
  6. *.png binary
  7. *.jpg binary