# Auto detect text files and perform LF normalization | |
* text=auto | |
*.cs text diff=csharp eol=lf | |
*.java text diff=java eol=lf | |
*.html text diff=html eol=lf | |
*.py text diff=python eol=lf | |
*.pl text diff=perl eol=lf | |
*.pm text diff=perl eol=lf | |
*.css text eol=lf | |
*.js text eol=lf | |
*.sql text eol=lf | |
*.sh text eol=lf | |
*.bat text eol=crlf | |
*.cmd text eol=crlf | |
*.vcxproj text merge=union eol=crlf | |
*.csproj text merge=union eol=crlf | |
*.sln text merge=union eol=crlf |