How split statements to new lines #75410
Replies: 1 comment 2 replies
-
Place newline trivia on the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have that code for generating method IsEmpty:
I'm using my local helper classes, but I think the logic of this method is very clear.
The output of that code is:
The problem I'm trying to solve is how to format the return string so that each expression starts with a new line so that it is more readable for a human.
What I expect:
Beta Was this translation helpful? Give feedback.
All reactions