@@ -63,6 +63,7 @@ org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disa
6363org.eclipse.jdt.core.compiler.problem.unusedPrivateMember =warning
6464org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast =warning
6565org.eclipse.jdt.core.compiler.source =1.8
66+ org.eclipse.jdt.core.formatter.align_fields_grouping_blank_lines =2147483647
6667org.eclipse.jdt.core.formatter.align_type_members_on_columns =false
6768org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression =16
6869org.eclipse.jdt.core.formatter.alignment_for_arguments_in_annotation =0
@@ -76,8 +77,10 @@ org.eclipse.jdt.core.formatter.alignment_for_compact_if=16
7677org.eclipse.jdt.core.formatter.alignment_for_conditional_expression =82
7778org.eclipse.jdt.core.formatter.alignment_for_enum_constants =0
7879org.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer =16
80+ org.eclipse.jdt.core.formatter.alignment_for_expressions_in_for_loop_header =0
7981org.eclipse.jdt.core.formatter.alignment_for_method_declaration =0
8082org.eclipse.jdt.core.formatter.alignment_for_multiple_fields =16
83+ org.eclipse.jdt.core.formatter.alignment_for_parameterized_type_references =0
8184org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration =18
8285org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration =18
8386org.eclipse.jdt.core.formatter.alignment_for_resources_in_try =80
@@ -87,6 +90,8 @@ org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration
8790org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_type_declaration =16
8891org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_constructor_declaration =16
8992org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_method_declaration =16
93+ org.eclipse.jdt.core.formatter.alignment_for_type_arguments =0
94+ org.eclipse.jdt.core.formatter.alignment_for_type_parameters =0
9095org.eclipse.jdt.core.formatter.alignment_for_union_type_in_multicatch =16
9196org.eclipse.jdt.core.formatter.blank_lines_after_imports =1
9297org.eclipse.jdt.core.formatter.blank_lines_after_package =1
@@ -145,6 +150,7 @@ org.eclipse.jdt.core.formatter.indent_statements_compare_to_body=true
145150org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_cases =true
146151org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch =false
147152org.eclipse.jdt.core.formatter.indentation.size =2
153+ org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_enum_constant =insert
148154org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_field =insert
149155org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_local_variable =insert
150156org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_method =insert
@@ -339,11 +345,24 @@ org.eclipse.jdt.core.formatter.never_indent_block_comments_on_first_column=false
339345org.eclipse.jdt.core.formatter.never_indent_line_comments_on_first_column =false
340346org.eclipse.jdt.core.formatter.number_of_blank_lines_at_beginning_of_method_body =0
341347org.eclipse.jdt.core.formatter.number_of_empty_lines_to_preserve =1
348+ org.eclipse.jdt.core.formatter.parentheses_positions_in_annotation =common_lines
349+ org.eclipse.jdt.core.formatter.parentheses_positions_in_catch_clause =common_lines
350+ org.eclipse.jdt.core.formatter.parentheses_positions_in_enum_constant_declaration =common_lines
351+ org.eclipse.jdt.core.formatter.parentheses_positions_in_for_statment =common_lines
352+ org.eclipse.jdt.core.formatter.parentheses_positions_in_if_while_statement =common_lines
353+ org.eclipse.jdt.core.formatter.parentheses_positions_in_lambda_declaration =common_lines
354+ org.eclipse.jdt.core.formatter.parentheses_positions_in_method_delcaration =common_lines
355+ org.eclipse.jdt.core.formatter.parentheses_positions_in_method_invocation =common_lines
356+ org.eclipse.jdt.core.formatter.parentheses_positions_in_switch_statement =common_lines
357+ org.eclipse.jdt.core.formatter.parentheses_positions_in_try_clause =common_lines
342358org.eclipse.jdt.core.formatter.put_empty_statement_on_new_line =true
343359org.eclipse.jdt.core.formatter.tabulation.char =space
344360org.eclipse.jdt.core.formatter.tabulation.size =2
345361org.eclipse.jdt.core.formatter.use_on_off_tags =false
346362org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations =false
363+ org.eclipse.jdt.core.formatter.wrap_before_assignment_operator =false
347364org.eclipse.jdt.core.formatter.wrap_before_binary_operator =true
365+ org.eclipse.jdt.core.formatter.wrap_before_conditional_operator =true
348366org.eclipse.jdt.core.formatter.wrap_before_or_operator_multicatch =true
349367org.eclipse.jdt.core.formatter.wrap_outer_expressions_when_nested =true
368+ org.eclipse.jdt.core.javaFormatter =org.eclipse.jdt.core.defaultJavaFormatter
0 commit comments