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 committed by Qstick
commit 6803ef960d
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; }
}
}