refactor: enable --ignore-cr-at-eol in diff by default

Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
leo 2025-04-30 09:26:34 +08:00
parent 98dd37a9bc
commit 847a1e727b
No known key found for this signature in database

View file

@ -12,7 +12,7 @@ namespace SourceGit.Models
{ {
get; get;
set; set;
} = false; } = true;
public Change WorkingCopyChange => _workingCopyChange; public Change WorkingCopyChange => _workingCopyChange;
public bool IsUnstaged => _isUnstaged; public bool IsUnstaged => _isUnstaged;