@@ -10,6 +10,7 @@ org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
1010org.eclipse.jdt.core.compiler.problem.enumIdentifier =error
1111org.eclipse.jdt.core.compiler.problem.forbiddenReference =warning
1212org.eclipse.jdt.core.compiler.source =1.8
13+ org.eclipse.jdt.core.formatter.align_fields_grouping_blank_lines =2147483647
1314org.eclipse.jdt.core.formatter.align_type_members_on_columns =false
1415org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression =16
1516org.eclipse.jdt.core.formatter.alignment_for_arguments_in_annotation =0
@@ -23,8 +24,10 @@ org.eclipse.jdt.core.formatter.alignment_for_compact_if=52
2324org.eclipse.jdt.core.formatter.alignment_for_conditional_expression =48
2425org.eclipse.jdt.core.formatter.alignment_for_enum_constants =81
2526org.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer =16
27+ org.eclipse.jdt.core.formatter.alignment_for_expressions_in_for_loop_header =0
2628org.eclipse.jdt.core.formatter.alignment_for_method_declaration =0
2729org.eclipse.jdt.core.formatter.alignment_for_multiple_fields =16
30+ org.eclipse.jdt.core.formatter.alignment_for_parameterized_type_references =0
2831org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration =16
2932org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration =16
3033org.eclipse.jdt.core.formatter.alignment_for_resources_in_try =80
@@ -34,6 +37,8 @@ org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration
3437org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_type_declaration =64
3538org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_constructor_declaration =16
3639org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_method_declaration =16
40+ org.eclipse.jdt.core.formatter.alignment_for_type_arguments =0
41+ org.eclipse.jdt.core.formatter.alignment_for_type_parameters =0
3742org.eclipse.jdt.core.formatter.alignment_for_union_type_in_multicatch =16
3843org.eclipse.jdt.core.formatter.blank_lines_after_imports =0
3944org.eclipse.jdt.core.formatter.blank_lines_after_package =0
@@ -68,11 +73,11 @@ org.eclipse.jdt.core.formatter.comment.format_line_comments=true
6873org.eclipse.jdt.core.formatter.comment.format_source_code =true
6974org.eclipse.jdt.core.formatter.comment.indent_parameter_description =false
7075org.eclipse.jdt.core.formatter.comment.indent_root_tags =true
71- org.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags =do not insert
76+ org.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags =insert
7277org.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter =do not insert
73- org.eclipse.jdt.core.formatter.comment.line_length =80
78+ org.eclipse.jdt.core.formatter.comment.line_length =200
7479org.eclipse.jdt.core.formatter.comment.new_lines_at_block_boundaries =false
75- org.eclipse.jdt.core.formatter.comment.new_lines_at_javadoc_boundaries =false
80+ org.eclipse.jdt.core.formatter.comment.new_lines_at_javadoc_boundaries =true
7681org.eclipse.jdt.core.formatter.comment.preserve_white_space_between_code_and_line_comments =false
7782org.eclipse.jdt.core.formatter.compact_else_if =true
7883org.eclipse.jdt.core.formatter.continuation_indentation =2
@@ -92,6 +97,7 @@ org.eclipse.jdt.core.formatter.indent_statements_compare_to_body=true
9297org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_cases =true
9398org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch =true
9499org.eclipse.jdt.core.formatter.indentation.size =4
100+ org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_enum_constant =insert
95101org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_field =insert
96102org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_local_variable =insert
97103org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_method =insert
@@ -276,7 +282,7 @@ org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_enum_constan
276282org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_declaration =do not insert
277283org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_invocation =do not insert
278284org.eclipse.jdt.core.formatter.join_lines_in_comments =true
279- org.eclipse.jdt.core.formatter.join_wrapped_lines =true
285+ org.eclipse.jdt.core.formatter.join_wrapped_lines =false
280286org.eclipse.jdt.core.formatter.keep_else_statement_on_same_line =false
281287org.eclipse.jdt.core.formatter.keep_empty_array_initializer_on_one_line =false
282288org.eclipse.jdt.core.formatter.keep_imple_if_on_one_line =false
@@ -286,12 +292,24 @@ org.eclipse.jdt.core.formatter.never_indent_block_comments_on_first_column=false
286292org.eclipse.jdt.core.formatter.never_indent_line_comments_on_first_column =false
287293org.eclipse.jdt.core.formatter.number_of_blank_lines_at_beginning_of_method_body =0
288294org.eclipse.jdt.core.formatter.number_of_empty_lines_to_preserve =1
295+ org.eclipse.jdt.core.formatter.parentheses_positions_in_annotation =common_lines
296+ org.eclipse.jdt.core.formatter.parentheses_positions_in_catch_clause =common_lines
297+ org.eclipse.jdt.core.formatter.parentheses_positions_in_enum_constant_declaration =common_lines
298+ org.eclipse.jdt.core.formatter.parentheses_positions_in_for_statment =common_lines
299+ org.eclipse.jdt.core.formatter.parentheses_positions_in_if_while_statement =common_lines
300+ org.eclipse.jdt.core.formatter.parentheses_positions_in_lambda_declaration =common_lines
301+ org.eclipse.jdt.core.formatter.parentheses_positions_in_method_delcaration =common_lines
302+ org.eclipse.jdt.core.formatter.parentheses_positions_in_method_invocation =common_lines
303+ org.eclipse.jdt.core.formatter.parentheses_positions_in_switch_statement =common_lines
304+ org.eclipse.jdt.core.formatter.parentheses_positions_in_try_clause =common_lines
289305org.eclipse.jdt.core.formatter.put_empty_statement_on_new_line =false
290306org.eclipse.jdt.core.formatter.tabulation.char =space
291307org.eclipse.jdt.core.formatter.tabulation.size =4
292308org.eclipse.jdt.core.formatter.use_on_off_tags =false
293309org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations =false
310+ org.eclipse.jdt.core.formatter.wrap_before_assignment_operator =false
294311org.eclipse.jdt.core.formatter.wrap_before_binary_operator =true
312+ org.eclipse.jdt.core.formatter.wrap_before_conditional_operator =true
295313org.eclipse.jdt.core.formatter.wrap_before_or_operator_multicatch =true
296314org.eclipse.jdt.core.formatter.wrap_outer_expressions_when_nested =true
297315org.eclipse.jdt.core.javaFormatter =org.eclipse.jdt.core.defaultJavaFormatter
0 commit comments