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
The cause of the strangeness is that the formatting plug-in we're using has a hard column limit of 100.
So, in heavily nested code like what you posted, where the entire block is very near to that 100 column limit, the formatter starts doing crazy things to try and avoid hitting that limit.
We could switch to a different formatter that lets us set a higher upper limit of 120.
Or go back to manually formatting the code in this file instead of relying on janky auto-formatters.
The Java formatting in some files is very very strange.
For example:
ice/java/src/IceGridGUI/src/main/java/com/zeroc/IceGridGUI/Coordinator.java
Line 1983 in 290d529
The text was updated successfully, but these errors were encountered: