Ignore whitespace changes on left gutter diff viewer
Hello, Can I disable showing whitespace changes on left gutter diff viewer ? I am using git filter feature which changing spaces to tabs when I checkout code from repository. When I make any changes (even insert one char) IDEA is thinkig that I changed every line in that file.
Please sign in to leave a comment.
It's not possible to avoid that at regular editor. However, you can do that at 'diff view':

Denis
It would be nice if IDEA respect git filter mechanism.
Please create corresponding feature request at the IJ tracker
Denis
You can do it like that: Setting -> Editor -> Color Scheme -> VCS.
Open "Editor Gutter", choose "Whitespace-modified lines" and unchek all check-boxes.