11eclipse.preferences.version =1
22org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode =enabled
3- org.eclipse.jdt.core.compiler.codegen.targetPlatform =1.6
4- org.eclipse.jdt.core.compiler.compliance =1.6
3+ org.eclipse.jdt.core.compiler.codegen.targetPlatform =11
4+ org.eclipse.jdt.core.compiler.compliance =11
55org.eclipse.jdt.core.compiler.problem.assertIdentifier =error
6+ org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures =disabled
67org.eclipse.jdt.core.compiler.problem.enumIdentifier =error
7- org.eclipse.jdt.core.compiler.source =1.6
8+ org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures =warning
9+ org.eclipse.jdt.core.compiler.release =enabled
10+ org.eclipse.jdt.core.compiler.source =11
811org.eclipse.jdt.core.formatter.align_fields_grouping_blank_lines =2147483647
912org.eclipse.jdt.core.formatter.align_type_members_on_columns =false
13+ org.eclipse.jdt.core.formatter.alignment_for_additive_operator =20
1014org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression =16
1115org.eclipse.jdt.core.formatter.alignment_for_arguments_in_annotation =20
1216org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant =16
1317org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call =16
1418org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation =16
1519org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression =16
1620org.eclipse.jdt.core.formatter.alignment_for_assignment =0
17- org.eclipse.jdt.core.formatter.alignment_for_binary_expression =20
21+ org.eclipse.jdt.core.formatter.alignment_for_bitwise_operator =20
1822org.eclipse.jdt.core.formatter.alignment_for_compact_if =16
1923org.eclipse.jdt.core.formatter.alignment_for_conditional_expression =80
2024org.eclipse.jdt.core.formatter.alignment_for_enum_constants =16
2125org.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer =16
2226org.eclipse.jdt.core.formatter.alignment_for_expressions_in_for_loop_header =0
27+ org.eclipse.jdt.core.formatter.alignment_for_logical_operator =20
2328org.eclipse.jdt.core.formatter.alignment_for_method_declaration =0
2429org.eclipse.jdt.core.formatter.alignment_for_module_statements =16
2530org.eclipse.jdt.core.formatter.alignment_for_multiple_fields =16
31+ org.eclipse.jdt.core.formatter.alignment_for_multiplicative_operator =20
2632org.eclipse.jdt.core.formatter.alignment_for_parameterized_type_references =0
2733org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration =16
2834org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration =16
2935org.eclipse.jdt.core.formatter.alignment_for_resources_in_try =80
3036org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation =16
37+ org.eclipse.jdt.core.formatter.alignment_for_string_concatenation =20
3138org.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration =16
3239org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration =16
3340org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_type_declaration =16
@@ -117,11 +124,12 @@ org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_constant=insert
117124org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_declaration =insert
118125org.eclipse.jdt.core.formatter.insert_new_line_in_empty_method_body =insert
119126org.eclipse.jdt.core.formatter.insert_new_line_in_empty_type_declaration =insert
127+ org.eclipse.jdt.core.formatter.insert_space_after_additive_operator =insert
120128org.eclipse.jdt.core.formatter.insert_space_after_and_in_type_parameter =insert
121129org.eclipse.jdt.core.formatter.insert_space_after_assignment_operator =insert
122130org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation =do not insert
123131org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation_type_declaration =do not insert
124- org.eclipse.jdt.core.formatter.insert_space_after_binary_operator =insert
132+ org.eclipse.jdt.core.formatter.insert_space_after_bitwise_operator =insert
125133org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_arguments =insert
126134org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_parameters =insert
127135org.eclipse.jdt.core.formatter.insert_space_after_closing_brace_in_block =insert
@@ -152,6 +160,8 @@ org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_arguments=insert
152160org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_parameters =insert
153161org.eclipse.jdt.core.formatter.insert_space_after_ellipsis =insert
154162org.eclipse.jdt.core.formatter.insert_space_after_lambda_arrow =insert
163+ org.eclipse.jdt.core.formatter.insert_space_after_logical_operator =insert
164+ org.eclipse.jdt.core.formatter.insert_space_after_multiplicative_operator =insert
155165org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference =do not insert
156166org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_arguments =do not insert
157167org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_parameters =do not insert
@@ -176,13 +186,17 @@ org.eclipse.jdt.core.formatter.insert_space_after_postfix_operator=do not insert
176186org.eclipse.jdt.core.formatter.insert_space_after_prefix_operator =do not insert
177187org.eclipse.jdt.core.formatter.insert_space_after_question_in_conditional =insert
178188org.eclipse.jdt.core.formatter.insert_space_after_question_in_wildcard =do not insert
189+ org.eclipse.jdt.core.formatter.insert_space_after_relational_operator =insert
179190org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for =insert
180191org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_try_resources =insert
192+ org.eclipse.jdt.core.formatter.insert_space_after_shift_operator =insert
193+ org.eclipse.jdt.core.formatter.insert_space_after_string_concatenation =insert
181194org.eclipse.jdt.core.formatter.insert_space_after_unary_operator =do not insert
195+ org.eclipse.jdt.core.formatter.insert_space_before_additive_operator =insert
182196org.eclipse.jdt.core.formatter.insert_space_before_and_in_type_parameter =insert
183197org.eclipse.jdt.core.formatter.insert_space_before_assignment_operator =insert
184198org.eclipse.jdt.core.formatter.insert_space_before_at_in_annotation_type_declaration =insert
185- org.eclipse.jdt.core.formatter.insert_space_before_binary_operator =insert
199+ org.eclipse.jdt.core.formatter.insert_space_before_bitwise_operator =insert
186200org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_parameterized_type_reference =do not insert
187201org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_arguments =do not insert
188202org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_parameters =do not insert
@@ -230,6 +244,8 @@ org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_arguments=do no
230244org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_parameters =do not insert
231245org.eclipse.jdt.core.formatter.insert_space_before_ellipsis =do not insert
232246org.eclipse.jdt.core.formatter.insert_space_before_lambda_arrow =insert
247+ org.eclipse.jdt.core.formatter.insert_space_before_logical_operator =insert
248+ org.eclipse.jdt.core.formatter.insert_space_before_multiplicative_operator =insert
233249org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_parameterized_type_reference =do not insert
234250org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_arguments =do not insert
235251org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_parameters =do not insert
@@ -266,9 +282,12 @@ org.eclipse.jdt.core.formatter.insert_space_before_postfix_operator=do not inser
266282org.eclipse.jdt.core.formatter.insert_space_before_prefix_operator =do not insert
267283org.eclipse.jdt.core.formatter.insert_space_before_question_in_conditional =insert
268284org.eclipse.jdt.core.formatter.insert_space_before_question_in_wildcard =do not insert
285+ org.eclipse.jdt.core.formatter.insert_space_before_relational_operator =insert
269286org.eclipse.jdt.core.formatter.insert_space_before_semicolon =do not insert
270287org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_for =do not insert
271288org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_try_resources =do not insert
289+ org.eclipse.jdt.core.formatter.insert_space_before_shift_operator =insert
290+ org.eclipse.jdt.core.formatter.insert_space_before_string_concatenation =insert
272291org.eclipse.jdt.core.formatter.insert_space_before_unary_operator =do not insert
273292org.eclipse.jdt.core.formatter.insert_space_between_brackets_in_array_type_reference =do not insert
274293org.eclipse.jdt.core.formatter.insert_space_between_empty_braces_in_array_initializer =do not insert
@@ -304,9 +323,13 @@ org.eclipse.jdt.core.formatter.tabulation.char=space
304323org.eclipse.jdt.core.formatter.tabulation.size =4
305324org.eclipse.jdt.core.formatter.use_on_off_tags =true
306325org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations =false
326+ org.eclipse.jdt.core.formatter.wrap_before_additive_operator =true
307327org.eclipse.jdt.core.formatter.wrap_before_assignment_operator =false
308- org.eclipse.jdt.core.formatter.wrap_before_binary_operator =true
328+ org.eclipse.jdt.core.formatter.wrap_before_bitwise_operator =true
309329org.eclipse.jdt.core.formatter.wrap_before_conditional_operator =true
330+ org.eclipse.jdt.core.formatter.wrap_before_logical_operator =true
331+ org.eclipse.jdt.core.formatter.wrap_before_multiplicative_operator =true
310332org.eclipse.jdt.core.formatter.wrap_before_or_operator_multicatch =true
333+ org.eclipse.jdt.core.formatter.wrap_before_string_concatenation =true
311334org.eclipse.jdt.core.formatter.wrap_outer_expressions_when_nested =true
312335org.eclipse.jdt.core.javaFormatter =org.eclipse.jdt.core.defaultJavaFormatter
0 commit comments