mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-20 19:55:00 +00:00
refactor: enable --ignore-cr-at-eol
in diff by default
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
parent
98dd37a9bc
commit
847a1e727b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue