Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pretty Print Multiline String #425

Closed
discord9 opened this issue Oct 21, 2022 · 2 comments · Fixed by #426
Closed

Pretty Print Multiline String #425

discord9 opened this issue Oct 21, 2022 · 2 comments · Fixed by #426

Comments

@discord9
Copy link

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"?

@juntyr
Copy link
Member

juntyr commented Oct 21, 2022

@discord9 That's a great suggestion and I've taken a shot at implementing it. What do you think about #426?

@discord9
Copy link
Author

@discord9 That's a great suggestion and I've taken a shot at implementing it. What do you think about #426?

Now I can use to_string_pretty to format .ron file with long multiple line code block in it with ease, That's a great feature to have!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants