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
This behavior is controlled by org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_parameters. To avoid adding the whitespace we should set it to do not insert.
Activity
wilkinsona commentedon Jan 18, 2023
This behavior is controlled by
org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_parameters
. To avoid adding the whitespace we should set it todo not insert
.Improve formatting of records with a generic type parameter