-
-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add whitespace ignoring #116
base: master
Are you sure you want to change the base?
Conversation
cffd333
to
3456f44
Compare
GitDiffMargin/Git/HunkRange.cs
Outdated
@@ -2,20 +2,19 @@ namespace GitDiffMargin.Git | |||
{ | |||
public class HunkRange | |||
{ | |||
public HunkRange(string hunkRange, int contextLines) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why removing the contextLines?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It was always 0, while learning the code it made sense, do you fell like could it be useful in the future?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes in the future I wanted to introduce a possibility to define some value for it, which would be useful here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✅ restored context line parameter
3456f44
to
71752d4
Compare
71752d4
to
5940e3a
Compare
This change is