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
Thank you for reporting this issue! Prettier for JavaScript/TypeScript's output of the equivalent code snippet looks exactly like your expected behavior (here), so I agree that's what the Java plugin should output as well. I'll see if I can resolve this soon.
Prettier-Java 2.6.5
# Options (if any): --print-width 140 --tab-width 4
Description
When length of the text in a line is exactly
printWidth + 1
and text ends with multiple parentheses then inner block is not moved to a new line.Input:
Output:
Expected behavior:
The text was updated successfully, but these errors were encountered: