aboutsummaryrefslogtreecommitdiff
path: root/.gitattributes
blob: 28940450d1a2138c6b0ebf55743cfaa79fef3c4d (plain) (blame)
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
*.h eol=lf
*.mm eol=lf
*.py eol=lf
*.hpp eol=lf