.gitattributes 190 B

12345678
  1. # Declare files that will always have LF line endings on checkout.
  2. *.cpp text eol=lf
  3. *.h text eol=lf
  4. *.c text eol=lf
  5. *.hpp text eol=lf
  6. *.txt text eol=lf
  7. *.cmake text eol=lf
  8. *.sh text eol=lf