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
Not sure what is the best way, but the above is hard to read, because the throws keyword is emitted using the same indentation as the first line of the method. One way to do this better would be to indent it like how my original input was, another would be to add a newline to the start of the body:
Prettier-Java 0.7.0
Input:
Output:
Expected behavior:
Not sure what is the best way, but the above is hard to read, because the
throws
keyword is emitted using the same indentation as the first line of the method. One way to do this better would be to indent it like how my original input was, another would be to add a newline to the start of the body:The text was updated successfully, but these errors were encountered: