# Shell scripts must use LF line endings
*.sh text eol=lf

# Windows scripts must use CRLF line endings
*.bat text eol=crlf
*.cmd text eol=crlf
*.ps1 text eol=crlf

# .NET solution and project files
*.sln text eol=crlf
*.csproj text eol=crlf
