Files
godot-benchmarks/.gitattributes
2024-07-28 23:28:09 +02:00

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