summaryrefslogtreecommitdiff
path: root/.gitattributes
blob: 1df99d85bf7d1f7cd1b776f3c19f8c7d7f007290 (plain)
1
2
3
4
5
6
7
8
9
# Properly detect languages on Github
*.h linguist-language=cpp
*.inc linguist-language=cpp
drivers/* linguist-vendored

*.cpp eol=lf
*.h eol=lf
*.py eol=lf
*.hpp eol=lf