2013-10-11 22:53:27 +00:00
|
|
|
# Auto detect text files and perform LF normalization
|
2019-10-14 20:53:37 +00:00
|
|
|
* text=auto
|
|
|
|
|
|
|
|
# Explicitly set bash scripts to have unix endings
|
|
|
|
# when checked out on windows
|
|
|
|
*.sh text eol=lf
|
|
|
|
distribution/debian/* text eol=lf
|
2020-05-07 09:59:03 +00:00
|
|
|
distribution/osx/Sonarr text eol=lf
|
2013-10-11 22:53:27 +00:00
|
|
|
|
|
|
|
# Custom for Visual Studio
|
|
|
|
*.cs diff=csharp
|
|
|
|
*.sln merge=union
|