# Normalize all text files to LF # Normalize common .NET text files to CRLF *.cs text eol=crlf *.xaml text eol=crlf *.csproj text eol=crlf *.sln text eol=crlf *.config text eol=crlf *.json text eol=crlf *.md text eol=crlf *.pubxml text eol=crlf *.targets text eol=crlf *.props text eol=crlf *.tt text eol=crlf # Default: leave unspecified types untouched * -text # Do not normalize binary DLLs *.dll binary