@@ -63,6 +63,7 @@ org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disa
63
63
org.eclipse.jdt.core.compiler.problem.unusedPrivateMember =warning
64
64
org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast =warning
65
65
org.eclipse.jdt.core.compiler.source =1.8
66
+ org.eclipse.jdt.core.formatter.align_fields_grouping_blank_lines =2147483647
66
67
org.eclipse.jdt.core.formatter.align_type_members_on_columns =false
67
68
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression =16
68
69
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_annotation =0
@@ -76,8 +77,10 @@ org.eclipse.jdt.core.formatter.alignment_for_compact_if=16
76
77
org.eclipse.jdt.core.formatter.alignment_for_conditional_expression =82
77
78
org.eclipse.jdt.core.formatter.alignment_for_enum_constants =0
78
79
org.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
79
81
org.eclipse.jdt.core.formatter.alignment_for_method_declaration =0
80
82
org.eclipse.jdt.core.formatter.alignment_for_multiple_fields =16
83
+ org.eclipse.jdt.core.formatter.alignment_for_parameterized_type_references =0
81
84
org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration =18
82
85
org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration =18
83
86
org.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
87
90
org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_type_declaration =16
88
91
org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_constructor_declaration =16
89
92
org.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
90
95
org.eclipse.jdt.core.formatter.alignment_for_union_type_in_multicatch =16
91
96
org.eclipse.jdt.core.formatter.blank_lines_after_imports =1
92
97
org.eclipse.jdt.core.formatter.blank_lines_after_package =1
@@ -145,6 +150,7 @@ org.eclipse.jdt.core.formatter.indent_statements_compare_to_body=true
145
150
org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_cases =true
146
151
org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch =false
147
152
org.eclipse.jdt.core.formatter.indentation.size =2
153
+ org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_enum_constant =insert
148
154
org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_field =insert
149
155
org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_local_variable =insert
150
156
org.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
339
345
org.eclipse.jdt.core.formatter.never_indent_line_comments_on_first_column =false
340
346
org.eclipse.jdt.core.formatter.number_of_blank_lines_at_beginning_of_method_body =0
341
347
org.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
342
358
org.eclipse.jdt.core.formatter.put_empty_statement_on_new_line =true
343
359
org.eclipse.jdt.core.formatter.tabulation.char =space
344
360
org.eclipse.jdt.core.formatter.tabulation.size =2
345
361
org.eclipse.jdt.core.formatter.use_on_off_tags =false
346
362
org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations =false
363
+ org.eclipse.jdt.core.formatter.wrap_before_assignment_operator =false
347
364
org.eclipse.jdt.core.formatter.wrap_before_binary_operator =true
365
+ org.eclipse.jdt.core.formatter.wrap_before_conditional_operator =true
348
366
org.eclipse.jdt.core.formatter.wrap_before_or_operator_multicatch =true
349
367
org.eclipse.jdt.core.formatter.wrap_outer_expressions_when_nested =true
368
+ org.eclipse.jdt.core.javaFormatter =org.eclipse.jdt.core.defaultJavaFormatter
0 commit comments