No Description
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.

.gitattributes 438B

1234567891011121314151617
  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. *.cpp text
  6. *.c text
  7. *.h text
  8. *.gd text
  9. *.cs text
  10. # Declare files that will always have CRLF line endings on checkout.
  11. *.sln text eol=crlf
  12. # Denote all files that are truly binary and should not be modified.
  13. *.png binary
  14. *.jpg binary