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

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