.gitattributes 211 B

12345678910111213
  1. # Properly detect languages on Github
  2. *.h linguist-language=cpp
  3. *.inc linguist-language=cpp
  4. drivers/* linguist-vendored
  5. *.cpp eol=lf
  6. *.mm eol=lf
  7. *.h eol=lf
  8. *.py eol=lf
  9. *.hpp eol=lf
  10. *.xml eol=lf
  11. *.natvis eol=lf