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

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