Fix .gitattributes

This commit is contained in:
ta264 2020-07-14 06:02:53 +01:00
parent dd90dbfa2e
commit 8297cc8c31

6
.gitattributes vendored
View file

@ -1,5 +1,9 @@
# Auto detect text files and perform LF normalization
*text eol=lf
* text=auto
# Explicitly set bash scripts to have unix endings
*.sh text eol=lf
macOS/Radarr text eol=lf
# Custom for Visual Studio
*.cs diff=csharp