softwaremill / diffx

Pretty diffs for scala case classes
Apache License 2.0
342 stars 30 forks source link

Add one line formatting to ShowConfig #460

Open Awethon opened 9 months ago

Awethon commented 9 months ago

It'd be nice for diffx to be able to output diffs in one line out of the box.

Right now I have a hack like that: .replace("\n", "").replace(" ", ""). It works but doesn't look good.