8000
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.
1 parent e5fdf1b commit e34ae5bCopy full SHA for e34ae5b
LibGit2Sharp/CompareOptions.cs
@@ -44,5 +44,11 @@ public CompareOptions()
44
/// By default, <see cref="DiffAlgorithm.Myers"/> will be used.
45
/// </summary>
46
public DiffAlgorithm Algorithm { get; set; }
47
+
48
+ /// <summary>
49
+ /// Enable --indent-heuristic Diff option, that attempts to produce more aesthetically pleasing diffs.
50
+ /// By default, this option will be false.
51
+ /// </summary>
52
+ public bool IndentHeuristic { get; set; }
53
}
54
0 commit comments