We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--ignore-cr-at-eol
1 parent 98dd37a commit 847a1e7Copy full SHA for 847a1e7
src/Models/DiffOption.cs
@@ -12,7 +12,7 @@ public static bool IgnoreCRAtEOL
12
{
13
get;
14
set;
15
- } = false;
+ } = true;
16
17
public Change WorkingCopyChange => _workingCopyChange;
18
public bool IsUnstaged => _isUnstaged;
0 commit comments