8
2
I'm working on a large codebase that's been touched by many hands. As I work through bugs, I've been converting the source to be more readable which involves a lot of minor changes in indentation depth. Unfortunately this makes all the changes that pertain to a bugfix completely hidden in the mess when Eclipse declares every single line to be different in a file.
Is there some way to make Eclipse ignore the whitespace when you review a diff?