fourier / ztree

Directory tree comparison mode for Emacs
http://www.emacswiki.org/emacs/ZtreeDiff
GNU General Public License v3.0
239 stars 21 forks source link

[Feature request] skip files that differ only in whitespace #65

Closed simonpintarelli closed 6 years ago

simonpintarelli commented 6 years ago

It would be useful to have an option (e.g. toggle switch like ediff provides) to skip files that differ only in whitespace / case.

fourier commented 6 years ago

Yes it is possible to implement, via command-line options to the diff tool ztree uses as a backend. I'll try to draft implementation real soon.

fourier commented 6 years ago

@simonpp now you can set the variable ztree-diff-additional-options in your config file with the list of opitons to be provided to the diff, see the README for example.

simonpintarelli commented 6 years ago

@fourier, great! Thank you!