@@ -6,6 +6,7 @@ org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
66org.eclipse.jdt.core.compiler.problem.enumIdentifier =error
77org.eclipse.jdt.core.compiler.problem.forbiddenReference =warning
88org.eclipse.jdt.core.compiler.source =1.7
9+ org.eclipse.jdt.core.formatter.align_fields_grouping_blank_lines =2147483647
910org.eclipse.jdt.core.formatter.align_type_members_on_columns =false
1011org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression =16
1112org.eclipse.jdt.core.formatter.alignment_for_arguments_in_annotation =0
@@ -19,8 +20,10 @@ org.eclipse.jdt.core.formatter.alignment_for_compact_if=16
1920org.eclipse.jdt.core.formatter.alignment_for_conditional_expression =80
2021org.eclipse.jdt.core.formatter.alignment_for_enum_constants =0
2122org.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer =16
23+ org.eclipse.jdt.core.formatter.alignment_for_expressions_in_for_loop_header =0
2224org.eclipse.jdt.core.formatter.alignment_for_method_declaration =0
2325org.eclipse.jdt.core.formatter.alignment_for_multiple_fields =16
26+ org.eclipse.jdt.core.formatter.alignment_for_parameterized_type_references =0
2427org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration =16
2528org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration =16
2629org.eclipse.jdt.core.formatter.alignment_for_resources_in_try =80
@@ -30,6 +33,8 @@ org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration
3033org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_type_declaration =16
3134org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_constructor_declaration =16
3235org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_method_declaration =16
36+ org.eclipse.jdt.core.formatter.alignment_for_type_arguments =0
37+ org.eclipse.jdt.core.formatter.alignment_for_type_parameters =0
3338org.eclipse.jdt.core.formatter.alignment_for_union_type_in_multicatch =16
3439org.eclipse.jdt.core.formatter.blank_lines_after_imports =1
3540org.eclipse.jdt.core.formatter.blank_lines_after_package =1
@@ -88,6 +93,7 @@ org.eclipse.jdt.core.formatter.indent_statements_compare_to_body=true
8893org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_cases =true
8994org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch =false
9095org.eclipse.jdt.core.formatter.indentation.size =4
96+ org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_enum_constant =insert
9197org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_field =insert
9298org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_local_variable =insert
9399org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_method =insert
@@ -282,12 +288,24 @@ org.eclipse.jdt.core.formatter.never_indent_block_comments_on_first_column=false
282288org.eclipse.jdt.core.formatter.never_indent_line_comments_on_first_column =false
283289org.eclipse.jdt.core.formatter.number_of_blank_lines_at_beginning_of_method_body =0
284290org.eclipse.jdt.core.formatter.number_of_empty_lines_to_preserve =1
291+ org.eclipse.jdt.core.formatter.parentheses_positions_in_annotation =common_lines
292+ org.eclipse.jdt.core.formatter.parentheses_positions_in_catch_clause =common_lines
293+ org.eclipse.jdt.core.formatter.parentheses_positions_in_enum_constant_declaration =common_lines
294+ org.eclipse.jdt.core.formatter.parentheses_positions_in_for_statment =common_lines
295+ org.eclipse.jdt.core.formatter.parentheses_positions_in_if_while_statement =common_lines
296+ org.eclipse.jdt.core.formatter.parentheses_positions_in_lambda_declaration =common_lines
297+ org.eclipse.jdt.core.formatter.parentheses_positions_in_method_delcaration =common_lines
298+ org.eclipse.jdt.core.formatter.parentheses_positions_in_method_invocation =common_lines
299+ org.eclipse.jdt.core.formatter.parentheses_positions_in_switch_statement =common_lines
300+ org.eclipse.jdt.core.formatter.parentheses_positions_in_try_clause =common_lines
285301org.eclipse.jdt.core.formatter.put_empty_statement_on_new_line =true
286302org.eclipse.jdt.core.formatter.tabulation.char =space
287303org.eclipse.jdt.core.formatter.tabulation.size =4
288304org.eclipse.jdt.core.formatter.use_on_off_tags =false
289305org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations =false
306+ org.eclipse.jdt.core.formatter.wrap_before_assignment_operator =false
290307org.eclipse.jdt.core.formatter.wrap_before_binary_operator =true
308+ org.eclipse.jdt.core.formatter.wrap_before_conditional_operator =true
291309org.eclipse.jdt.core.formatter.wrap_before_or_operator_multicatch =true
292310org.eclipse.jdt.core.formatter.wrap_outer_expressions_when_nested =true
293311org.eclipse.jdt.core.javaFormatter =org.eclipse.jdt.core.defaultJavaFormatter
0 commit comments