Is it possible to add a config to `PrettyConfig` to allow `to_string_pretty` to print mulitline string as it is? For example, print ``` "a b c" ``` instead of `"a\nb\nc"`?
Is it possible to add a config to
PrettyConfigto allowto_string_prettyto print mulitline string as it is? For example, printinstead of
"a\nb\nc"?