.gitattributes 313 B

123456789101112131415
  1. * text=auto
  2. *.cpp diff=cpp
  3. *.yml diff text eol=lf
  4. *.sln merge=union
  5. *.vcproj merge=union
  6. *.vcxproj merge=union
  7. *.sln text eol=crlf
  8. *.bat text eol=crlf
  9. athena-start text eol=lf
  10. configure text eol=lf
  11. configure.in text eol=lf
  12. Makefile text eol=lf
  13. Makefile.in text eol=lf
  14. *.sh text eol=lf
  15. *.sql text eol=lf