blob: 47ba2b45bb0959b1516aae7d40be3eafa3113624 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# 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
*.natvis eol=lf
|