mirror of
https://github.com/Radarr/Radarr
synced 2026-05-08 18:21:28 +02:00
Fix .gitattributes
This commit is contained in:
parent
dd90dbfa2e
commit
8297cc8c31
1 changed files with 5 additions and 1 deletions
6
.gitattributes
vendored
6
.gitattributes
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue