You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I understand that this might be a little annoying.
However, I do not to get rid of the concatenation as it would change the AST, which we want to avoid.
And I don't think we want to introduce specificity for printing string concatenation either, as it would introduce some complexity for a limited (and maybe controversial) value.
That's fair. So we do not want to make a single concatenated String, I'm fine with that.
Would it be better in those cases to not join the lines, but rather follow the human flow, and keep the strings on separate lines as a human put them there originally?
Prettier-Java 1.6.1
Related to #77.
In this case we're getting compilable code, it's just sub-ideal.
# Options (if any): --print-width 140
Input:
Output:
Expected behavior:
I see two options:
The text was updated successfully, but these errors were encountered: