mirror of
https://github.com/godotengine/godot-benchmarks.git
synced 2025-12-31 09:49:13 +03:00
9 lines
226 B
Plaintext
9 lines
226 B
Plaintext
# Properly detect languages on Github
|
|
web/static/thirdparty/* linguist-vendored
|
|
|
|
# Normalize EOL for all files that Git considers text files
|
|
* text=auto eol=lf
|
|
# Except for Visual Studio files
|
|
*.sln eol=crlf
|
|
*.csproj eol=crlf
|