mirror of
https://github.com/godotengine/godot
synced 2024-11-02 14:43:31 +00:00
11 lines
195 B
Text
11 lines
195 B
Text
# 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
|