I’m using plumbergirl and it uses this macro >>>
. My current code looks like this:
some_function(arg) >>> some_function(arg) >>> some_function(arg) >> some_function(arg)
Is there anyway/config to format it like a normal pipe operation using the .formatter.
?
some_function(arg)
>>> some_function(arg)
>>> some_function(arg)
>>> some_function(arg)