@@ -124,7 +124,7 @@ org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant=48
124124org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call =0
125125org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation =0
126126org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression =0
127- org.eclipse.jdt.core.formatter.alignment_for_assignment =0
127+ org.eclipse.jdt.core.formatter.alignment_for_assignment =4
128128org.eclipse.jdt.core.formatter.alignment_for_binary_expression =0
129129org.eclipse.jdt.core.formatter.alignment_for_compact_if =0
130130org.eclipse.jdt.core.formatter.alignment_for_conditional_expression =0
@@ -134,7 +134,7 @@ org.eclipse.jdt.core.formatter.alignment_for_method_declaration=0
134134org.eclipse.jdt.core.formatter.alignment_for_multiple_fields =16
135135org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration =0
136136org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration =0
137- org.eclipse.jdt.core.formatter.alignment_for_resources_in_try =53
137+ org.eclipse.jdt.core.formatter.alignment_for_resources_in_try =85
138138org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation =0
139139org.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration =0
140140org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration =48
@@ -161,6 +161,7 @@ org.eclipse.jdt.core.formatter.brace_position_for_block_in_case=next_line
161161org.eclipse.jdt.core.formatter.brace_position_for_constructor_declaration =next_line
162162org.eclipse.jdt.core.formatter.brace_position_for_enum_constant =next_line
163163org.eclipse.jdt.core.formatter.brace_position_for_enum_declaration =next_line
164+ org.eclipse.jdt.core.formatter.brace_position_for_lambda_body =next_line
164165org.eclipse.jdt.core.formatter.brace_position_for_method_declaration =next_line
165166org.eclipse.jdt.core.formatter.brace_position_for_switch =next_line
166167org.eclipse.jdt.core.formatter.brace_position_for_type_declaration =next_line
@@ -204,8 +205,9 @@ org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_method=insert
204205org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_package =insert
205206org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_parameter =do not insert
206207org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_type =insert
207- org.eclipse.jdt.core.formatter.insert_new_line_after_label =insert
208+ org.eclipse.jdt.core.formatter.insert_new_line_after_label =do not insert
208209org.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer =insert
210+ org.eclipse.jdt.core.formatter.insert_new_line_after_type_annotation =do not insert
209211org.eclipse.jdt.core.formatter.insert_new_line_at_end_of_file_if_missing =do not insert
210212org.eclipse.jdt.core.formatter.insert_new_line_before_catch_in_try_statement =insert
211213org.eclipse.jdt.core.formatter.insert_new_line_before_closing_brace_in_array_initializer =insert
@@ -253,6 +255,7 @@ org.eclipse.jdt.core.formatter.insert_space_after_comma_in_superinterfaces=inser
253255org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_arguments =insert
254256org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_parameters =insert
255257org.eclipse.jdt.core.formatter.insert_space_after_ellipsis =insert
258+ org.eclipse.jdt.core.formatter.insert_space_after_lambda_arrow =insert
256259org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference =do not insert
257260org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_arguments =do not insert
258261org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_parameters =do not insert
@@ -330,6 +333,7 @@ org.eclipse.jdt.core.formatter.insert_space_before_comma_in_superinterfaces=do n
330333org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_arguments =do not insert
331334org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_parameters =do not insert
332335org.eclipse.jdt.core.formatter.insert_space_before_ellipsis =do not insert
336+ org.eclipse.jdt.core.formatter.insert_space_before_lambda_arrow =insert
333337org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_parameterized_type_reference =do not insert
334338org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_arguments =do not insert
335339org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_parameters =do not insert
0 commit comments