.gitattributes 250 B

123456789101112
  1. * text=auto
  2. *.c diff=cpp
  3. *.sln merge=union
  4. *.vcproj merge=union
  5. *.vcxproj merge=union
  6. *.sln text eol=crlf
  7. *.bat text eol=crlf
  8. configure text eol=lf
  9. configure.in text eol=lf
  10. Makefile text eol=lf
  11. Makefile.in text eol=lf
  12. *.sh text eol=lf