.gitattributes 447 B

12345678910111213141516
  1. # Set the default behavior, in case people don't have core.autocrlf set.
  2. * text=auto
  3. # Explicitly declare text files you want to always be normalized and converted
  4. # to native line endings on checkout.
  5. *.c text
  6. *.h text
  7. # Declare files that will always have CRLF line endings on checkout.
  8. *.sln text eol=crlf
  9. *.stc text eol=crlf
  10. *.eds text eol=crlf
  11. # Denote all files that are truly binary and should not be modified.
  12. *.png binary
  13. *.jpg binary