.gitattributes 388 B

1234567891011121314
  1. # Set default behavior to automatically normalize line endings.
  2. * text=auto
  3. # Explicitly declare text files you want to always be normalized and converted to native line endings on checkout.
  4. *.cs text eol=lf
  5. *.txt text eol=lf
  6. *.md text eol=lf
  7. *.sh text eol=lf
  8. *.ps1 text eol=lf
  9. # Denote all files that are truly binary and should not be modified.
  10. *.png binary
  11. *.jpg binary
  12. *.gif binary