.gitattributes 182 B

1234567891011
  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. *.h eol=lf
  7. *.mm eol=lf
  8. *.py eol=lf
  9. *.hpp eol=lf