@@ -4,28 +4,36 @@ org.eclipse.jdt.core.formatter.align_fields_grouping_blank_lines=2147483647
44org.eclipse.jdt.core.formatter.align_type_members_on_columns =false
55org.eclipse.jdt.core.formatter.align_variable_declarations_on_columns =false
66org.eclipse.jdt.core.formatter.align_with_spaces =false
7+ org.eclipse.jdt.core.formatter.alignment_for_additive_operator =16
78org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression =16
89org.eclipse.jdt.core.formatter.alignment_for_arguments_in_annotation =16
910org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant =16
1011org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call =16
11- org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation =16
12+ org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation =80
1213org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression =16
1314org.eclipse.jdt.core.formatter.alignment_for_assignment =16
1415org.eclipse.jdt.core.formatter.alignment_for_binary_expression =16
16+ org.eclipse.jdt.core.formatter.alignment_for_bitwise_operator =16
1517org.eclipse.jdt.core.formatter.alignment_for_compact_if =16
1618org.eclipse.jdt.core.formatter.alignment_for_compact_loops =16
1719org.eclipse.jdt.core.formatter.alignment_for_conditional_expression =80
20+ org.eclipse.jdt.core.formatter.alignment_for_conditional_expression_chain =0
1821org.eclipse.jdt.core.formatter.alignment_for_enum_constants =0
1922org.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer =16
2023org.eclipse.jdt.core.formatter.alignment_for_expressions_in_for_loop_header =0
24+ org.eclipse.jdt.core.formatter.alignment_for_logical_operator =16
2125org.eclipse.jdt.core.formatter.alignment_for_method_declaration =0
2226org.eclipse.jdt.core.formatter.alignment_for_module_statements =16
2327org.eclipse.jdt.core.formatter.alignment_for_multiple_fields =16
28+ org.eclipse.jdt.core.formatter.alignment_for_multiplicative_operator =16
2429org.eclipse.jdt.core.formatter.alignment_for_parameterized_type_references =0
2530org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration =16
2631org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration =16
32+ org.eclipse.jdt.core.formatter.alignment_for_relational_operator =0
2733org.eclipse.jdt.core.formatter.alignment_for_resources_in_try =80
28- org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation =16
34+ org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation =80
35+ org.eclipse.jdt.core.formatter.alignment_for_shift_operator =0
36+ org.eclipse.jdt.core.formatter.alignment_for_string_concatenation =16
2937org.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration =16
3038org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration =16
3139org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_type_declaration =16
@@ -43,7 +51,7 @@ org.eclipse.jdt.core.formatter.blank_lines_before_member_type=0
4351org.eclipse.jdt.core.formatter.blank_lines_before_method =1
4452org.eclipse.jdt.core.formatter.blank_lines_before_new_chunk =1
4553org.eclipse.jdt.core.formatter.blank_lines_before_package =0
46- org.eclipse.jdt.core.formatter.blank_lines_between_import_groups =1
54+ org.eclipse.jdt.core.formatter.blank_lines_between_import_groups =0
4755org.eclipse.jdt.core.formatter.blank_lines_between_type_declarations =2
4856org.eclipse.jdt.core.formatter.brace_position_for_annotation_type_declaration =end_of_line
4957org.eclipse.jdt.core.formatter.brace_position_for_anonymous_type_declaration =end_of_line
@@ -70,6 +78,7 @@ org.eclipse.jdt.core.formatter.comment.format_line_comments=true
7078org.eclipse.jdt.core.formatter.comment.format_source_code =true
7179org.eclipse.jdt.core.formatter.comment.indent_parameter_description =false
7280org.eclipse.jdt.core.formatter.comment.indent_root_tags =true
81+ org.eclipse.jdt.core.formatter.comment.indent_tag_description =false
7382org.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags =insert
7483org.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter =do not insert
7584org.eclipse.jdt.core.formatter.comment.line_length =100
@@ -117,11 +126,13 @@ org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_constant=do not ins
117126org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_declaration =insert
118127org.eclipse.jdt.core.formatter.insert_new_line_in_empty_method_body =do not insert
119128org.eclipse.jdt.core.formatter.insert_new_line_in_empty_type_declaration =insert
129+ org.eclipse.jdt.core.formatter.insert_space_after_additive_operator =insert
120130org.eclipse.jdt.core.formatter.insert_space_after_and_in_type_parameter =insert
121131org.eclipse.jdt.core.formatter.insert_space_after_assignment_operator =insert
122132org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation =do not insert
123133org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation_type_declaration =do not insert
124134org.eclipse.jdt.core.formatter.insert_space_after_binary_operator =insert
135+ org.eclipse.jdt.core.formatter.insert_space_after_bitwise_operator =insert
125136org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_arguments =do not insert
126137org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_parameters =insert
127138org.eclipse.jdt.core.formatter.insert_space_after_closing_brace_in_block =insert
@@ -152,6 +163,8 @@ org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_arguments=insert
152163org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_parameters =insert
153164org.eclipse.jdt.core.formatter.insert_space_after_ellipsis =insert
154165org.eclipse.jdt.core.formatter.insert_space_after_lambda_arrow =insert
166+ org.eclipse.jdt.core.formatter.insert_space_after_logical_operator =insert
167+ org.eclipse.jdt.core.formatter.insert_space_after_multiplicative_operator =insert
155168org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference =do not insert
156169org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_arguments =do not insert
157170org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_parameters =do not insert
@@ -176,13 +189,18 @@ org.eclipse.jdt.core.formatter.insert_space_after_postfix_operator=do not insert
176189org.eclipse.jdt.core.formatter.insert_space_after_prefix_operator =do not insert
177190org.eclipse.jdt.core.formatter.insert_space_after_question_in_conditional =insert
178191org.eclipse.jdt.core.formatter.insert_space_after_question_in_wildcard =do not insert
192+ org.eclipse.jdt.core.formatter.insert_space_after_relational_operator =insert
179193org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for =insert
180194org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_try_resources =insert
195+ org.eclipse.jdt.core.formatter.insert_space_after_shift_operator =insert
196+ org.eclipse.jdt.core.formatter.insert_space_after_string_concatenation =insert
181197org.eclipse.jdt.core.formatter.insert_space_after_unary_operator =do not insert
198+ org.eclipse.jdt.core.formatter.insert_space_before_additive_operator =insert
182199org.eclipse.jdt.core.formatter.insert_space_before_and_in_type_parameter =insert
183200org.eclipse.jdt.core.formatter.insert_space_before_assignment_operator =insert
184201org.eclipse.jdt.core.formatter.insert_space_before_at_in_annotation_type_declaration =insert
185202org.eclipse.jdt.core.formatter.insert_space_before_binary_operator =insert
203+ org.eclipse.jdt.core.formatter.insert_space_before_bitwise_operator =insert
186204org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_parameterized_type_reference =do not insert
187205org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_arguments =do not insert
188206org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_parameters =do not insert
@@ -230,6 +248,8 @@ org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_arguments=do no
230248org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_parameters =do not insert
231249org.eclipse.jdt.core.formatter.insert_space_before_ellipsis =do not insert
232250org.eclipse.jdt.core.formatter.insert_space_before_lambda_arrow =insert
251+ org.eclipse.jdt.core.formatter.insert_space_before_logical_operator =insert
252+ org.eclipse.jdt.core.formatter.insert_space_before_multiplicative_operator =insert
233253org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_parameterized_type_reference =do not insert
234254org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_arguments =do not insert
235255org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_parameters =do not insert
@@ -266,9 +286,12 @@ org.eclipse.jdt.core.formatter.insert_space_before_postfix_operator=do not inser
266286org.eclipse.jdt.core.formatter.insert_space_before_prefix_operator =do not insert
267287org.eclipse.jdt.core.formatter.insert_space_before_question_in_conditional =insert
268288org.eclipse.jdt.core.formatter.insert_space_before_question_in_wildcard =do not insert
289+ org.eclipse.jdt.core.formatter.insert_space_before_relational_operator =insert
269290org.eclipse.jdt.core.formatter.insert_space_before_semicolon =do not insert
270291org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_for =do not insert
271292org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_try_resources =do not insert
293+ org.eclipse.jdt.core.formatter.insert_space_before_shift_operator =insert
294+ org.eclipse.jdt.core.formatter.insert_space_before_string_concatenation =insert
272295org.eclipse.jdt.core.formatter.insert_space_before_unary_operator =do not insert
273296org.eclipse.jdt.core.formatter.insert_space_between_brackets_in_array_type_reference =do not insert
274297org.eclipse.jdt.core.formatter.insert_space_between_empty_braces_in_array_initializer =do not insert
@@ -280,13 +303,24 @@ org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_decla
280303org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_invocation =do not insert
281304org.eclipse.jdt.core.formatter.join_lines_in_comments =true
282305org.eclipse.jdt.core.formatter.join_wrapped_lines =true
306+ org.eclipse.jdt.core.formatter.keep_annotation_declaration_on_one_line =one_line_never
307+ org.eclipse.jdt.core.formatter.keep_anonymous_type_declaration_on_one_line =one_line_if_empty
308+ org.eclipse.jdt.core.formatter.keep_code_block_on_one_line =one_line_never
283309org.eclipse.jdt.core.formatter.keep_else_statement_on_same_line =false
284310org.eclipse.jdt.core.formatter.keep_empty_array_initializer_on_one_line =false
311+ org.eclipse.jdt.core.formatter.keep_enum_constant_declaration_on_one_line =one_line_if_empty
312+ org.eclipse.jdt.core.formatter.keep_enum_declaration_on_one_line =one_line_never
313+ org.eclipse.jdt.core.formatter.keep_if_then_body_block_on_one_line =one_line_never
285314org.eclipse.jdt.core.formatter.keep_imple_if_on_one_line =false
315+ org.eclipse.jdt.core.formatter.keep_lambda_body_block_on_one_line =one_line_never
316+ org.eclipse.jdt.core.formatter.keep_loop_body_block_on_one_line =one_line_never
317+ org.eclipse.jdt.core.formatter.keep_method_body_on_one_line =one_line_if_empty
286318org.eclipse.jdt.core.formatter.keep_simple_do_while_body_on_same_line =false
287319org.eclipse.jdt.core.formatter.keep_simple_for_body_on_same_line =false
320+ org.eclipse.jdt.core.formatter.keep_simple_getter_setter_on_one_line =false
288321org.eclipse.jdt.core.formatter.keep_simple_while_body_on_same_line =false
289322org.eclipse.jdt.core.formatter.keep_then_statement_on_same_line =false
323+ org.eclipse.jdt.core.formatter.keep_type_declaration_on_one_line =one_line_never
290324org.eclipse.jdt.core.formatter.lineSplit =100
291325org.eclipse.jdt.core.formatter.never_indent_block_comments_on_first_column =false
292326org.eclipse.jdt.core.formatter.never_indent_line_comments_on_first_column =false
@@ -307,9 +341,16 @@ org.eclipse.jdt.core.formatter.tabulation.char=space
307341org.eclipse.jdt.core.formatter.tabulation.size =2
308342org.eclipse.jdt.core.formatter.use_on_off_tags =true
309343org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations =false
344+ org.eclipse.jdt.core.formatter.wrap_before_additive_operator =true
310345org.eclipse.jdt.core.formatter.wrap_before_assignment_operator =false
311346org.eclipse.jdt.core.formatter.wrap_before_binary_operator =true
347+ org.eclipse.jdt.core.formatter.wrap_before_bitwise_operator =true
312348org.eclipse.jdt.core.formatter.wrap_before_conditional_operator =true
349+ org.eclipse.jdt.core.formatter.wrap_before_logical_operator =true
350+ org.eclipse.jdt.core.formatter.wrap_before_multiplicative_operator =true
313351org.eclipse.jdt.core.formatter.wrap_before_or_operator_multicatch =true
352+ org.eclipse.jdt.core.formatter.wrap_before_relational_operator =true
353+ org.eclipse.jdt.core.formatter.wrap_before_shift_operator =true
354+ org.eclipse.jdt.core.formatter.wrap_before_string_concatenation =true
314355org.eclipse.jdt.core.formatter.wrap_outer_expressions_when_nested =true
315356org.eclipse.jdt.core.javaFormatter =org.eclipse.jdt.core.defaultJavaFormatter
0 commit comments