Fixed: Correct .gitattributes line endings setting

Correctly force checkin LF, checkout OS native
This commit is contained in:
ta264
2019-10-14 21:09:59 +01:00
parent 7d2bce14c0
commit add0d22e56
4 changed files with 34 additions and 33 deletions

View File

@@ -1,7 +1,7 @@
namespace NzbDrone.Core.Download.Clients.Sabnzbd.Responses
{
public class SabnzbdFullStatusResponse
{
public SabnzbdFullStatus Status { get; set; }
}
}
namespace NzbDrone.Core.Download.Clients.Sabnzbd.Responses
{
public class SabnzbdFullStatusResponse
{
public SabnzbdFullStatus Status { get; set; }
}
}