Ticket #766 (assigned enhancement)
ignoring all whitespaces does not ignore "\r"
| Reported by: | anonymous | Owned by: | alwin |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.6.x |
| Component: | All | Version: | 1.5.x |
| Severity: | feature | Keywords: | |
| Cc: | alexstohr, <alexander.stohr@…> |
Description
when ignoring white spaces for the diff tool the settings options dont exactly do what other tools offer. my preferred shell invocation for diff is "diff -urb ..." which especially ignores changes in the line breaks encoding. thus a "\r" will be irrelevant (a "\r\n" will equal an "\n").
maybe a somewhat improved/extend options set is required for achiving this.
