@@ -165,6 +165,7 @@ org.eclipse.jdt.core.formatter.brace_position_for_block_in_case=next_line
165
165
org.eclipse.jdt.core.formatter.brace_position_for_constructor_declaration =next_line
166
166
org.eclipse.jdt.core.formatter.brace_position_for_enum_constant =next_line
167
167
org.eclipse.jdt.core.formatter.brace_position_for_enum_declaration =next_line
168
+ org.eclipse.jdt.core.formatter.brace_position_for_lambda_body =end_of_line
168
169
org.eclipse.jdt.core.formatter.brace_position_for_method_declaration =next_line
169
170
org.eclipse.jdt.core.formatter.brace_position_for_switch =next_line
170
171
org.eclipse.jdt.core.formatter.brace_position_for_type_declaration =next_line
@@ -210,6 +211,7 @@ org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_parameter=do
210
211
org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_type =do not insert
211
212
org.eclipse.jdt.core.formatter.insert_new_line_after_label =do not insert
212
213
org.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer =insert
214
+ org.eclipse.jdt.core.formatter.insert_new_line_after_type_annotation =do not insert
213
215
org.eclipse.jdt.core.formatter.insert_new_line_at_end_of_file_if_missing =do not insert
214
216
org.eclipse.jdt.core.formatter.insert_new_line_before_catch_in_try_statement =insert
215
217
org.eclipse.jdt.core.formatter.insert_new_line_before_closing_brace_in_array_initializer =insert
@@ -257,6 +259,7 @@ org.eclipse.jdt.core.formatter.insert_space_after_comma_in_superinterfaces=inser
257
259
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_arguments =insert
258
260
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_parameters =insert
259
261
org.eclipse.jdt.core.formatter.insert_space_after_ellipsis =insert
262
+ org.eclipse.jdt.core.formatter.insert_space_after_lambda_arrow =insert
260
263
org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference =do not insert
261
264
org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_arguments =do not insert
262
265
org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_parameters =do not insert
@@ -334,6 +337,7 @@ org.eclipse.jdt.core.formatter.insert_space_before_comma_in_superinterfaces=do n
334
337
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_arguments =do not insert
335
338
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_parameters =do not insert
336
339
org.eclipse.jdt.core.formatter.insert_space_before_ellipsis =do not insert
340
+ org.eclipse.jdt.core.formatter.insert_space_before_lambda_arrow =insert
337
341
org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_parameterized_type_reference =do not insert
338
342
org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_arguments =do not insert
339
343
org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_parameters =do not insert
0 commit comments