.gitattributes 283 B

1234567891011121314
  1. * text=auto
  2. *.cpp diff=cpp
  3. *.yml diff
  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