yaml-diff-patch
yaml-diff-patch copied to clipboard
Accept ToStringOptions as last parameter in each method
I thought about setting lineWidth
to 0
by default to fix #4 but this has the side-effect of removing line breaks automatically which might not be desired. Instead I thought exposing a way to set the stringify options is better than nothing for now. At least this helps making this usuable for my current use-case.