-
-
Notifications
You must be signed in to change notification settings - Fork 40
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 option to ignore whitespace changes #77
Labels
Comments
+1 |
+1 |
This is addressed in #116 |
As an alternative to a plain on/off, I'd prefer to be able to still see the whitespace-only changes, yet with another margin color (paler, configurable). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I would love to be able to toggle whitespace sensitivity on and off in GitDiffMargin. (Equivalent to passing the --ignore-space-change option to git diff.)
When I have changed the indentation of a large block of code, I usually don't want to see the entire block highlighted, just the lines I've materially changed.
The text was updated successfully, but these errors were encountered: