.gitattributes 206 B

12345678910
  1. # Declare files that will always have LF line endings on checkout.
  2. *.bash text eol=lf
  3. *.cpp text eol=lf
  4. *.h text eol=lf
  5. *.py text eol=lf
  6. *.sh text eol=lf
  7. *.cu text eol=lf
  8. *.cuh text eol=lf
  9. *.cl text eol=lf