.gitattributes 355 B

123456789101112131415161718
  1. # Set default behaviour, in case users don't have core.autocrlf set.
  2. * text=auto
  3. # Set to always use Windows line endings
  4. *.cs text eol=crlf
  5. # Explicitly declare text files we want to always be normalized and converted
  6. # to native line endings on checkout.
  7. *.c text
  8. *.h text
  9. *.cpp text
  10. *.hpp text
  11. *.ppm text
  12. *.nsh text
  13. *.nlf text
  14. *.command
  15. *.txt
  16. *.ini