# Normalize line endings: detect text automatically
* text=auto

# Source / project files are CRLF (Windows / Visual Studio)
*.cs       text eol=crlf
*.csproj   text eol=crlf
*.sln      text eol=crlf
*.xml      text eol=crlf
*.resx     text eol=crlf
*.md       text eol=crlf

# Binary assets — never normalize, never diff as text
*.dll      binary
*.exe      binary
*.ico      binary
*.bmp      binary
*.InstallState binary
