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 10 months ago

Awethon commented 10 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.