I've switched to ACK-GREP recently (bye, bye standard grep) and the only thing I'm missing is the option to ignore whitespaces while searching.
Example:
@param(
'lol', int, "Foo bar",
can=False, hasBurger=True
)
and I want to find it by
ack @param('lol'
What do I have to change/add in .ackrc to force this behawior?