Skip to content

Commit 847a1e7

Browse files
committed
refactor: enable --ignore-cr-at-eol in diff by default
Signed-off-by: leo <[email protected]>
1 parent 98dd37a commit 847a1e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Models/DiffOption.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public static bool IgnoreCRAtEOL
1212
{
1313
get;
1414
set;
15-
} = false;
15+
} = true;
1616

1717
public Change WorkingCopyChange => _workingCopyChange;
1818
public bool IsUnstaged => _isUnstaged;

0 commit comments

Comments
 (0)