11eclipse.preferences.version =1
22org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode =enabled
3- org.eclipse.jdt.core.compiler.codegen.targetPlatform =1.7
4- org.eclipse.jdt.core.compiler.compliance =1.7
3+ org.eclipse.jdt.core.compiler.codegen.targetPlatform =1.8
4+ org.eclipse.jdt.core.compiler.compliance =1.8
55org.eclipse.jdt.core.compiler.problem.assertIdentifier =error
66org.eclipse.jdt.core.compiler.problem.enumIdentifier =error
7- org.eclipse.jdt.core.compiler.source =1.7
7+ org.eclipse.jdt.core.compiler.release =enabled
8+ org.eclipse.jdt.core.compiler.source =1.8
89org.eclipse.jdt.core.formatter.align_type_members_on_columns =false
10+ org.eclipse.jdt.core.formatter.alignment_for_additive_operator =16
911org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression =16
1012org.eclipse.jdt.core.formatter.alignment_for_arguments_in_annotation =0
1113org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant =16
1214org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call =16
1315org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation =16
1416org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression =16
1517org.eclipse.jdt.core.formatter.alignment_for_assignment =0
16- org.eclipse.jdt.core.formatter.alignment_for_binary_expression =16
18+ org.eclipse.jdt.core.formatter.alignment_for_bitwise_operator =16
1719org.eclipse.jdt.core.formatter.alignment_for_compact_if =16
1820org.eclipse.jdt.core.formatter.alignment_for_conditional_expression =80
1921org.eclipse.jdt.core.formatter.alignment_for_enum_constants =0
2022org.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer =16
23+ org.eclipse.jdt.core.formatter.alignment_for_logical_operator =16
2124org.eclipse.jdt.core.formatter.alignment_for_method_declaration =0
2225org.eclipse.jdt.core.formatter.alignment_for_multiple_fields =16
26+ org.eclipse.jdt.core.formatter.alignment_for_multiplicative_operator =16
2327org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration =16
2428org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration =16
2529org.eclipse.jdt.core.formatter.alignment_for_resources_in_try =80
2630org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation =16
31+ org.eclipse.jdt.core.formatter.alignment_for_string_concatenation =16
2732org.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration =16
2833org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration =16
2934org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_type_declaration =16
@@ -109,11 +114,12 @@ org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_constant=insert
109114org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_declaration =insert
110115org.eclipse.jdt.core.formatter.insert_new_line_in_empty_method_body =insert
111116org.eclipse.jdt.core.formatter.insert_new_line_in_empty_type_declaration =insert
117+ org.eclipse.jdt.core.formatter.insert_space_after_additive_operator =insert
112118org.eclipse.jdt.core.formatter.insert_space_after_and_in_type_parameter =insert
113119org.eclipse.jdt.core.formatter.insert_space_after_assignment_operator =insert
114120org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation =do not insert
115121org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation_type_declaration =do not insert
116- org.eclipse.jdt.core.formatter.insert_space_after_binary_operator =insert
122+ org.eclipse.jdt.core.formatter.insert_space_after_bitwise_operator =insert
117123org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_arguments =insert
118124org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_parameters =insert
119125org.eclipse.jdt.core.formatter.insert_space_after_closing_brace_in_block =insert
@@ -144,6 +150,8 @@ org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_arguments=insert
144150org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_parameters =insert
145151org.eclipse.jdt.core.formatter.insert_space_after_ellipsis =insert
146152org.eclipse.jdt.core.formatter.insert_space_after_lambda_arrow =insert
153+ org.eclipse.jdt.core.formatter.insert_space_after_logical_operator =insert
154+ org.eclipse.jdt.core.formatter.insert_space_after_multiplicative_operator =insert
147155org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference =do not insert
148156org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_arguments =do not insert
149157org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_parameters =do not insert
@@ -168,13 +176,17 @@ org.eclipse.jdt.core.formatter.insert_space_after_postfix_operator=do not insert
168176org.eclipse.jdt.core.formatter.insert_space_after_prefix_operator =do not insert
169177org.eclipse.jdt.core.formatter.insert_space_after_question_in_conditional =insert
170178org.eclipse.jdt.core.formatter.insert_space_after_question_in_wildcard =do not insert
179+ org.eclipse.jdt.core.formatter.insert_space_after_relational_operator =insert
171180org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for =insert
172181org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_try_resources =insert
182+ org.eclipse.jdt.core.formatter.insert_space_after_shift_operator =insert
183+ org.eclipse.jdt.core.formatter.insert_space_after_string_concatenation =insert
173184org.eclipse.jdt.core.formatter.insert_space_after_unary_operator =do not insert
185+ org.eclipse.jdt.core.formatter.insert_space_before_additive_operator =insert
174186org.eclipse.jdt.core.formatter.insert_space_before_and_in_type_parameter =insert
175187org.eclipse.jdt.core.formatter.insert_space_before_assignment_operator =insert
176188org.eclipse.jdt.core.formatter.insert_space_before_at_in_annotation_type_declaration =insert
177- org.eclipse.jdt.core.formatter.insert_space_before_binary_operator =insert
189+ org.eclipse.jdt.core.formatter.insert_space_before_bitwise_operator =insert
178190org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_parameterized_type_reference =do not insert
179191org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_arguments =do not insert
180192org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_parameters =do not insert
@@ -222,6 +234,8 @@ org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_arguments=do no
222234org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_parameters =do not insert
223235org.eclipse.jdt.core.formatter.insert_space_before_ellipsis =do not insert
224236org.eclipse.jdt.core.formatter.insert_space_before_lambda_arrow =insert
237+ org.eclipse.jdt.core.formatter.insert_space_before_logical_operator =insert
238+ org.eclipse.jdt.core.formatter.insert_space_before_multiplicative_operator =insert
225239org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_parameterized_type_reference =do not insert
226240org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_arguments =do not insert
227241org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_parameters =do not insert
@@ -258,9 +272,12 @@ org.eclipse.jdt.core.formatter.insert_space_before_postfix_operator=do not inser
258272org.eclipse.jdt.core.formatter.insert_space_before_prefix_operator =do not insert
259273org.eclipse.jdt.core.formatter.insert_space_before_question_in_conditional =insert
260274org.eclipse.jdt.core.formatter.insert_space_before_question_in_wildcard =do not insert
275+ org.eclipse.jdt.core.formatter.insert_space_before_relational_operator =insert
261276org.eclipse.jdt.core.formatter.insert_space_before_semicolon =do not insert
262277org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_for =do not insert
263278org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_try_resources =do not insert
279+ org.eclipse.jdt.core.formatter.insert_space_before_shift_operator =insert
280+ org.eclipse.jdt.core.formatter.insert_space_before_string_concatenation =insert
264281org.eclipse.jdt.core.formatter.insert_space_before_unary_operator =do not insert
265282org.eclipse.jdt.core.formatter.insert_space_between_brackets_in_array_type_reference =do not insert
266283org.eclipse.jdt.core.formatter.insert_space_between_empty_braces_in_array_initializer =do not insert
@@ -286,6 +303,10 @@ org.eclipse.jdt.core.formatter.tabulation.char=tab
286303org.eclipse.jdt.core.formatter.tabulation.size =3
287304org.eclipse.jdt.core.formatter.use_on_off_tags =true
288305org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations =false
289- org.eclipse.jdt.core.formatter.wrap_before_binary_operator =true
306+ org.eclipse.jdt.core.formatter.wrap_before_additive_operator =true
307+ org.eclipse.jdt.core.formatter.wrap_before_bitwise_operator =true
308+ org.eclipse.jdt.core.formatter.wrap_before_logical_operator =true
309+ org.eclipse.jdt.core.formatter.wrap_before_multiplicative_operator =true
290310org.eclipse.jdt.core.formatter.wrap_before_or_operator_multicatch =true
311+ org.eclipse.jdt.core.formatter.wrap_before_string_concatenation =true
291312org.eclipse.jdt.core.formatter.wrap_outer_expressions_when_nested =true
0 commit comments