mirror of
https://github.com/godotengine/godot.git
synced 2025-01-06 10:11:06 +00:00
13 lines
211 B
Plaintext
13 lines
211 B
Plaintext
# 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
|