.gitattributes 114 B

1234567
  1. # Properly detect languages on Github
  2. *.h linguist-language=cpp
  3. *.cpp eol=lf
  4. *.h eol=lf
  5. *.py eol=lf
  6. *.hpp eol=lf