mirror of
https://github.com/godotengine/godot-headers.git
synced 2025-12-31 01:49:36 +03:00
14 lines
216 B
Plaintext
14 lines
216 B
Plaintext
# Properly detect languages on Github
|
|
*.h linguist-language=c
|
|
*.inc linguist-language=c
|
|
drivers/* linguist-vendored
|
|
|
|
*.c eol=lf
|
|
*.cpp eol=lf
|
|
*.mm eol=lf
|
|
*.h eol=lf
|
|
*.py eol=lf
|
|
*.hpp eol=lf
|
|
*.xml eol=lf
|
|
*.json eol=lf
|