openmu/.gitattributes
2025-05-23 20:33:29 +02:00

10 lines
No EOL
238 B
Text

# Auto detect text files and perform LF normalization
* text=auto
# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.cpp text
*.h text
*.cs text
*.csproj text
*.sln text