-
-
Notifications
You must be signed in to change notification settings - Fork 43
Add whitespace ignoring #116
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
Conversation
cffd333 to
3456f44
Compare
GitDiffMargin/Git/HunkRange.cs
Outdated
| { | ||
| 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