Hi! I’m using Meld and trying to ignore line breaks during file comparison.
I already have Preferences → Text Filters → All whitespace enabled. I also tried a few custom filters but none of them worked
goal is to treat a one-line and a multi-line block as equivalent
![]()
![]()
Is there a Python regex pattern I can add in Meld’s Text Filters that actually catches/removes line breaks so these compare equal?