.gitattributes 195 B

123456789101112
  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