summaryrefslogtreecommitdiff
path: root/.gitattributes
blob: 03c6f96f80eb69bf9810fb7c26ffa483d0d9edbb (plain)
1
2
3
4
5
6
7
8
9
10
11
# 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
*.xml eol=lf