.gitattributes 275 B

12345678910111213
  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. athena-start text eol=lf
  9. configure text eol=lf
  10. configure.in text eol=lf
  11. Makefile text eol=lf
  12. Makefile.in text eol=lf
  13. *.sh text eol=lf