@@ -9,33 +9,43 @@ org.eclipse.jdt.core.codeComplete.staticFieldPrefixes=
99org.eclipse.jdt.core.codeComplete.staticFieldSuffixes =
1010org.eclipse.jdt.core.codeComplete.staticFinalFieldPrefixes =
1111org.eclipse.jdt.core.codeComplete.staticFinalFieldSuffixes =
12+ org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode =enabled
13+ org.eclipse.jdt.core.compiler.codegen.targetPlatform =1.8
14+ org.eclipse.jdt.core.compiler.compliance =1.8
15+ org.eclipse.jdt.core.compiler.problem.assertIdentifier =error
16+ org.eclipse.jdt.core.compiler.problem.enumIdentifier =error
17+ org.eclipse.jdt.core.compiler.source =1.8
1218org.eclipse.jdt.core.formatter.align_assignment_statements_on_columns =false
1319org.eclipse.jdt.core.formatter.align_fields_grouping_blank_lines =2147483647
1420org.eclipse.jdt.core.formatter.align_type_members_on_columns =false
1521org.eclipse.jdt.core.formatter.align_variable_declarations_on_columns =false
1622org.eclipse.jdt.core.formatter.align_with_spaces =false
23+ org.eclipse.jdt.core.formatter.alignment_for_additive_operator =16
1724org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression =16
1825org.eclipse.jdt.core.formatter.alignment_for_arguments_in_annotation =0
1926org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant =16
2027org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call =16
2128org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation =16
2229org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression =16
2330org.eclipse.jdt.core.formatter.alignment_for_assignment =0
24- org.eclipse.jdt.core.formatter.alignment_for_binary_expression =16
31+ org.eclipse.jdt.core.formatter.alignment_for_bitwise_operator =16
2532org.eclipse.jdt.core.formatter.alignment_for_compact_if =16
2633org.eclipse.jdt.core.formatter.alignment_for_compact_loops =16
2734org.eclipse.jdt.core.formatter.alignment_for_conditional_expression =80
2835org.eclipse.jdt.core.formatter.alignment_for_enum_constants =16
2936org.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer =16
3037org.eclipse.jdt.core.formatter.alignment_for_expressions_in_for_loop_header =0
38+ org.eclipse.jdt.core.formatter.alignment_for_logical_operator =16
3139org.eclipse.jdt.core.formatter.alignment_for_method_declaration =0
3240org.eclipse.jdt.core.formatter.alignment_for_module_statements =16
3341org.eclipse.jdt.core.formatter.alignment_for_multiple_fields =16
42+ org.eclipse.jdt.core.formatter.alignment_for_multiplicative_operator =16
3443org.eclipse.jdt.core.formatter.alignment_for_parameterized_type_references =0
3544org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration =16
3645org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration =16
3746org.eclipse.jdt.core.formatter.alignment_for_resources_in_try =80
3847org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation =16
48+ org.eclipse.jdt.core.formatter.alignment_for_string_concatenation =16
3949org.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration =16
4050org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration =16
4151org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_type_declaration =16
@@ -127,11 +137,12 @@ org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_constant=insert
127137org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_declaration =insert
128138org.eclipse.jdt.core.formatter.insert_new_line_in_empty_method_body =insert
129139org.eclipse.jdt.core.formatter.insert_new_line_in_empty_type_declaration =insert
140+ org.eclipse.jdt.core.formatter.insert_space_after_additive_operator =insert
130141org.eclipse.jdt.core.formatter.insert_space_after_and_in_type_parameter =insert
131142org.eclipse.jdt.core.formatter.insert_space_after_assignment_operator =insert
132143org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation =do not insert
133144org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation_type_declaration =do not insert
134- org.eclipse.jdt.core.formatter.insert_space_after_binary_operator =insert
145+ org.eclipse.jdt.core.formatter.insert_space_after_bitwise_operator =insert
135146org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_arguments =do not insert
136147org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_parameters =insert
137148org.eclipse.jdt.core.formatter.insert_space_after_closing_brace_in_block =insert
@@ -162,6 +173,8 @@ org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_arguments=insert
162173org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_parameters =insert
163174org.eclipse.jdt.core.formatter.insert_space_after_ellipsis =insert
164175org.eclipse.jdt.core.formatter.insert_space_after_lambda_arrow =insert
176+ org.eclipse.jdt.core.formatter.insert_space_after_logical_operator =insert
177+ org.eclipse.jdt.core.formatter.insert_space_after_multiplicative_operator =insert
165178org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference =do not insert
166179org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_arguments =do not insert
167180org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_parameters =do not insert
@@ -186,13 +199,17 @@ org.eclipse.jdt.core.formatter.insert_space_after_postfix_operator=do not insert
186199org.eclipse.jdt.core.formatter.insert_space_after_prefix_operator =do not insert
187200org.eclipse.jdt.core.formatter.insert_space_after_question_in_conditional =insert
188201org.eclipse.jdt.core.formatter.insert_space_after_question_in_wildcard =do not insert
202+ org.eclipse.jdt.core.formatter.insert_space_after_relational_operator =insert
189203org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for =insert
190204org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_try_resources =insert
205+ org.eclipse.jdt.core.formatter.insert_space_after_shift_operator =insert
206+ org.eclipse.jdt.core.formatter.insert_space_after_string_concatenation =insert
191207org.eclipse.jdt.core.formatter.insert_space_after_unary_operator =do not insert
208+ org.eclipse.jdt.core.formatter.insert_space_before_additive_operator =insert
192209org.eclipse.jdt.core.formatter.insert_space_before_and_in_type_parameter =insert
193210org.eclipse.jdt.core.formatter.insert_space_before_assignment_operator =insert
194211org.eclipse.jdt.core.formatter.insert_space_before_at_in_annotation_type_declaration =insert
195- org.eclipse.jdt.core.formatter.insert_space_before_binary_operator =insert
212+ org.eclipse.jdt.core.formatter.insert_space_before_bitwise_operator =insert
196213org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_parameterized_type_reference =do not insert
197214org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_arguments =do not insert
198215org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_parameters =do not insert
@@ -240,6 +257,8 @@ org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_arguments=do no
240257org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_parameters =do not insert
241258org.eclipse.jdt.core.formatter.insert_space_before_ellipsis =do not insert
242259org.eclipse.jdt.core.formatter.insert_space_before_lambda_arrow =insert
260+ org.eclipse.jdt.core.formatter.insert_space_before_logical_operator =insert
261+ org.eclipse.jdt.core.formatter.insert_space_before_multiplicative_operator =insert
243262org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_parameterized_type_reference =do not insert
244263org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_arguments =do not insert
245264org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_parameters =do not insert
@@ -276,9 +295,12 @@ org.eclipse.jdt.core.formatter.insert_space_before_postfix_operator=do not inser
276295org.eclipse.jdt.core.formatter.insert_space_before_prefix_operator =do not insert
277296org.eclipse.jdt.core.formatter.insert_space_before_question_in_conditional =insert
278297org.eclipse.jdt.core.formatter.insert_space_before_question_in_wildcard =do not insert
298+ org.eclipse.jdt.core.formatter.insert_space_before_relational_operator =insert
279299org.eclipse.jdt.core.formatter.insert_space_before_semicolon =do not insert
280300org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_for =do not insert
281301org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_try_resources =do not insert
302+ org.eclipse.jdt.core.formatter.insert_space_before_shift_operator =insert
303+ org.eclipse.jdt.core.formatter.insert_space_before_string_concatenation =insert
282304org.eclipse.jdt.core.formatter.insert_space_before_unary_operator =do not insert
283305org.eclipse.jdt.core.formatter.insert_space_between_brackets_in_array_type_reference =do not insert
284306org.eclipse.jdt.core.formatter.insert_space_between_empty_braces_in_array_initializer =do not insert
@@ -317,9 +339,13 @@ org.eclipse.jdt.core.formatter.tabulation.char=tab
317339org.eclipse.jdt.core.formatter.tabulation.size =4
318340org.eclipse.jdt.core.formatter.use_on_off_tags =false
319341org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations =false
342+ org.eclipse.jdt.core.formatter.wrap_before_additive_operator =true
320343org.eclipse.jdt.core.formatter.wrap_before_assignment_operator =false
321- org.eclipse.jdt.core.formatter.wrap_before_binary_operator =true
344+ org.eclipse.jdt.core.formatter.wrap_before_bitwise_operator =true
322345org.eclipse.jdt.core.formatter.wrap_before_conditional_operator =true
346+ org.eclipse.jdt.core.formatter.wrap_before_logical_operator =true
347+ org.eclipse.jdt.core.formatter.wrap_before_multiplicative_operator =true
323348org.eclipse.jdt.core.formatter.wrap_before_or_operator_multicatch =true
349+ org.eclipse.jdt.core.formatter.wrap_before_string_concatenation =true
324350org.eclipse.jdt.core.formatter.wrap_outer_expressions_when_nested =true
325351org.eclipse.jdt.core.javaFormatter =org.eclipse.jdt.core.defaultJavaFormatter
0 commit comments