You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
425 B

  1. # Set default behaviour, in case users don't have core.autocrlf set.
  2. * text=auto
  3. # Explicitly declare text files we 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. *.csproj text eol=crlf
  10. # Denote all files that are truly binary and should not be modified.
  11. *.png binary
  12. *.jpg binary