Skip to content

Commit 767b314

Browse files
author
jantje
committed
I guess some updates done by eclipse caused by the 4.13 upgrade
1 parent c98dd7f commit 767b314

File tree

3 files changed

+63
-11
lines changed

3 files changed

+63
-11
lines changed

io.sloeber.core/.settings/org.eclipse.jdt.core.prefs

Lines changed: 30 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,33 +9,43 @@ org.eclipse.jdt.core.codeComplete.staticFieldPrefixes=
99
org.eclipse.jdt.core.codeComplete.staticFieldSuffixes=
1010
org.eclipse.jdt.core.codeComplete.staticFinalFieldPrefixes=
1111
org.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
1218
org.eclipse.jdt.core.formatter.align_assignment_statements_on_columns=false
1319
org.eclipse.jdt.core.formatter.align_fields_grouping_blank_lines=2147483647
1420
org.eclipse.jdt.core.formatter.align_type_members_on_columns=false
1521
org.eclipse.jdt.core.formatter.align_variable_declarations_on_columns=false
1622
org.eclipse.jdt.core.formatter.align_with_spaces=false
23+
org.eclipse.jdt.core.formatter.alignment_for_additive_operator=16
1724
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16
1825
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_annotation=0
1926
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant=16
2027
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call=16
2128
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation=16
2229
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression=16
2330
org.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
2532
org.eclipse.jdt.core.formatter.alignment_for_compact_if=16
2633
org.eclipse.jdt.core.formatter.alignment_for_compact_loops=16
2734
org.eclipse.jdt.core.formatter.alignment_for_conditional_expression=80
2835
org.eclipse.jdt.core.formatter.alignment_for_enum_constants=16
2936
org.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer=16
3037
org.eclipse.jdt.core.formatter.alignment_for_expressions_in_for_loop_header=0
38+
org.eclipse.jdt.core.formatter.alignment_for_logical_operator=16
3139
org.eclipse.jdt.core.formatter.alignment_for_method_declaration=0
3240
org.eclipse.jdt.core.formatter.alignment_for_module_statements=16
3341
org.eclipse.jdt.core.formatter.alignment_for_multiple_fields=16
42+
org.eclipse.jdt.core.formatter.alignment_for_multiplicative_operator=16
3443
org.eclipse.jdt.core.formatter.alignment_for_parameterized_type_references=0
3544
org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration=16
3645
org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration=16
3746
org.eclipse.jdt.core.formatter.alignment_for_resources_in_try=80
3847
org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation=16
48+
org.eclipse.jdt.core.formatter.alignment_for_string_concatenation=16
3949
org.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration=16
4050
org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration=16
4151
org.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
127137
org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_declaration=insert
128138
org.eclipse.jdt.core.formatter.insert_new_line_in_empty_method_body=insert
129139
org.eclipse.jdt.core.formatter.insert_new_line_in_empty_type_declaration=insert
140+
org.eclipse.jdt.core.formatter.insert_space_after_additive_operator=insert
130141
org.eclipse.jdt.core.formatter.insert_space_after_and_in_type_parameter=insert
131142
org.eclipse.jdt.core.formatter.insert_space_after_assignment_operator=insert
132143
org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation=do not insert
133144
org.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
135146
org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_arguments=do not insert
136147
org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_parameters=insert
137148
org.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
162173
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_parameters=insert
163174
org.eclipse.jdt.core.formatter.insert_space_after_ellipsis=insert
164175
org.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
165178
org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference=do not insert
166179
org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_arguments=do not insert
167180
org.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
186199
org.eclipse.jdt.core.formatter.insert_space_after_prefix_operator=do not insert
187200
org.eclipse.jdt.core.formatter.insert_space_after_question_in_conditional=insert
188201
org.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
189203
org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for=insert
190204
org.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
191207
org.eclipse.jdt.core.formatter.insert_space_after_unary_operator=do not insert
208+
org.eclipse.jdt.core.formatter.insert_space_before_additive_operator=insert
192209
org.eclipse.jdt.core.formatter.insert_space_before_and_in_type_parameter=insert
193210
org.eclipse.jdt.core.formatter.insert_space_before_assignment_operator=insert
194211
org.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
196213
org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_parameterized_type_reference=do not insert
197214
org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_arguments=do not insert
198215
org.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
240257
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_parameters=do not insert
241258
org.eclipse.jdt.core.formatter.insert_space_before_ellipsis=do not insert
242259
org.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
243262
org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_parameterized_type_reference=do not insert
244263
org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_arguments=do not insert
245264
org.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
276295
org.eclipse.jdt.core.formatter.insert_space_before_prefix_operator=do not insert
277296
org.eclipse.jdt.core.formatter.insert_space_before_question_in_conditional=insert
278297
org.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
279299
org.eclipse.jdt.core.formatter.insert_space_before_semicolon=do not insert
280300
org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_for=do not insert
281301
org.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
282304
org.eclipse.jdt.core.formatter.insert_space_before_unary_operator=do not insert
283305
org.eclipse.jdt.core.formatter.insert_space_between_brackets_in_array_type_reference=do not insert
284306
org.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
317339
org.eclipse.jdt.core.formatter.tabulation.size=4
318340
org.eclipse.jdt.core.formatter.use_on_off_tags=false
319341
org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations=false
342+
org.eclipse.jdt.core.formatter.wrap_before_additive_operator=true
320343
org.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
322345
org.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
323348
org.eclipse.jdt.core.formatter.wrap_before_or_operator_multicatch=true
349+
org.eclipse.jdt.core.formatter.wrap_before_string_concatenation=true
324350
org.eclipse.jdt.core.formatter.wrap_outer_expressions_when_nested=true
325351
org.eclipse.jdt.core.javaFormatter=org.eclipse.jdt.core.defaultJavaFormatter

io.sloeber.tests/.classpath

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
3-
<classpathentry kind="src" path="src">
3+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
4+
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
5+
<classpathentry kind="src" path="src/">
46
<attributes>
57
<attribute name="test" value="true"/>
68
</attributes>
79
</classpathentry>
8-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
9-
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
1010
<classpathentry kind="output" path="bin"/>
1111
</classpath>

io.sloeber.tests/.settings/org.eclipse.jdt.core.prefs

Lines changed: 30 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,41 @@
11
eclipse.preferences.version=1
2+
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
3+
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
4+
org.eclipse.jdt.core.compiler.compliance=1.8
5+
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
6+
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
7+
org.eclipse.jdt.core.compiler.source=1.8
28
org.eclipse.jdt.core.formatter.align_assignment_statements_on_columns=false
39
org.eclipse.jdt.core.formatter.align_fields_grouping_blank_lines=2147483647
410
org.eclipse.jdt.core.formatter.align_type_members_on_columns=false
511
org.eclipse.jdt.core.formatter.align_variable_declarations_on_columns=false
612
org.eclipse.jdt.core.formatter.align_with_spaces=false
13+
org.eclipse.jdt.core.formatter.alignment_for_additive_operator=16
714
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16
815
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_annotation=0
916
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant=16
1017
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call=16
1118
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation=16
1219
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression=16
1320
org.eclipse.jdt.core.formatter.alignment_for_assignment=0
14-
org.eclipse.jdt.core.formatter.alignment_for_binary_expression=16
21+
org.eclipse.jdt.core.formatter.alignment_for_bitwise_operator=16
1522
org.eclipse.jdt.core.formatter.alignment_for_compact_if=16
1623
org.eclipse.jdt.core.formatter.alignment_for_compact_loops=16
1724
org.eclipse.jdt.core.formatter.alignment_for_conditional_expression=80
1825
org.eclipse.jdt.core.formatter.alignment_for_enum_constants=16
1926
org.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer=16
2027
org.eclipse.jdt.core.formatter.alignment_for_expressions_in_for_loop_header=0
28+
org.eclipse.jdt.core.formatter.alignment_for_logical_operator=16
2129
org.eclipse.jdt.core.formatter.alignment_for_method_declaration=0
2230
org.eclipse.jdt.core.formatter.alignment_for_module_statements=16
2331
org.eclipse.jdt.core.formatter.alignment_for_multiple_fields=16
32+
org.eclipse.jdt.core.formatter.alignment_for_multiplicative_operator=16
2433
org.eclipse.jdt.core.formatter.alignment_for_parameterized_type_references=0
2534
org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration=16
2635
org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration=16
2736
org.eclipse.jdt.core.formatter.alignment_for_resources_in_try=80
2837
org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation=16
38+
org.eclipse.jdt.core.formatter.alignment_for_string_concatenation=16
2939
org.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration=16
3040
org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration=16
3141
org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_type_declaration=16
@@ -117,11 +127,12 @@ org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_constant=insert
117127
org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_declaration=insert
118128
org.eclipse.jdt.core.formatter.insert_new_line_in_empty_method_body=insert
119129
org.eclipse.jdt.core.formatter.insert_new_line_in_empty_type_declaration=insert
130+
org.eclipse.jdt.core.formatter.insert_space_after_additive_operator=insert
120131
org.eclipse.jdt.core.formatter.insert_space_after_and_in_type_parameter=insert
121132
org.eclipse.jdt.core.formatter.insert_space_after_assignment_operator=insert
122133
org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation=do not insert
123134
org.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
135+
org.eclipse.jdt.core.formatter.insert_space_after_bitwise_operator=insert
125136
org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_arguments=do not insert
126137
org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_parameters=insert
127138
org.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
152163
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_parameters=insert
153164
org.eclipse.jdt.core.formatter.insert_space_after_ellipsis=insert
154165
org.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
155168
org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference=do not insert
156169
org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_arguments=do not insert
157170
org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_parameters=do not insert
@@ -176,13 +189,17 @@ org.eclipse.jdt.core.formatter.insert_space_after_postfix_operator=do not insert
176189
org.eclipse.jdt.core.formatter.insert_space_after_prefix_operator=do not insert
177190
org.eclipse.jdt.core.formatter.insert_space_after_question_in_conditional=insert
178191
org.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
179193
org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for=insert
180194
org.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
181197
org.eclipse.jdt.core.formatter.insert_space_after_unary_operator=do not insert
198+
org.eclipse.jdt.core.formatter.insert_space_before_additive_operator=insert
182199
org.eclipse.jdt.core.formatter.insert_space_before_and_in_type_parameter=insert
183200
org.eclipse.jdt.core.formatter.insert_space_before_assignment_operator=insert
184201
org.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
202+
org.eclipse.jdt.core.formatter.insert_space_before_bitwise_operator=insert
186203
org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_parameterized_type_reference=do not insert
187204
org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_arguments=do not insert
188205
org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_parameters=do not insert
@@ -230,6 +247,8 @@ org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_arguments=do no
230247
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_parameters=do not insert
231248
org.eclipse.jdt.core.formatter.insert_space_before_ellipsis=do not insert
232249
org.eclipse.jdt.core.formatter.insert_space_before_lambda_arrow=insert
250+
org.eclipse.jdt.core.formatter.insert_space_before_logical_operator=insert
251+
org.eclipse.jdt.core.formatter.insert_space_before_multiplicative_operator=insert
233252
org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_parameterized_type_reference=do not insert
234253
org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_arguments=do not insert
235254
org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_parameters=do not insert
@@ -266,9 +285,12 @@ org.eclipse.jdt.core.formatter.insert_space_before_postfix_operator=do not inser
266285
org.eclipse.jdt.core.formatter.insert_space_before_prefix_operator=do not insert
267286
org.eclipse.jdt.core.formatter.insert_space_before_question_in_conditional=insert
268287
org.eclipse.jdt.core.formatter.insert_space_before_question_in_wildcard=do not insert
288+
org.eclipse.jdt.core.formatter.insert_space_before_relational_operator=insert
269289
org.eclipse.jdt.core.formatter.insert_space_before_semicolon=do not insert
270290
org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_for=do not insert
271291
org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_try_resources=do not insert
292+
org.eclipse.jdt.core.formatter.insert_space_before_shift_operator=insert
293+
org.eclipse.jdt.core.formatter.insert_space_before_string_concatenation=insert
272294
org.eclipse.jdt.core.formatter.insert_space_before_unary_operator=do not insert
273295
org.eclipse.jdt.core.formatter.insert_space_between_brackets_in_array_type_reference=do not insert
274296
org.eclipse.jdt.core.formatter.insert_space_between_empty_braces_in_array_initializer=do not insert
@@ -307,9 +329,13 @@ org.eclipse.jdt.core.formatter.tabulation.char=tab
307329
org.eclipse.jdt.core.formatter.tabulation.size=4
308330
org.eclipse.jdt.core.formatter.use_on_off_tags=false
309331
org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations=false
332+
org.eclipse.jdt.core.formatter.wrap_before_additive_operator=true
310333
org.eclipse.jdt.core.formatter.wrap_before_assignment_operator=false
311-
org.eclipse.jdt.core.formatter.wrap_before_binary_operator=true
334+
org.eclipse.jdt.core.formatter.wrap_before_bitwise_operator=true
312335
org.eclipse.jdt.core.formatter.wrap_before_conditional_operator=true
336+
org.eclipse.jdt.core.formatter.wrap_before_logical_operator=true
337+
org.eclipse.jdt.core.formatter.wrap_before_multiplicative_operator=true
313338
org.eclipse.jdt.core.formatter.wrap_before_or_operator_multicatch=true
339+
org.eclipse.jdt.core.formatter.wrap_before_string_concatenation=true
314340
org.eclipse.jdt.core.formatter.wrap_outer_expressions_when_nested=true
315341
org.eclipse.jdt.core.javaFormatter=org.eclipse.jdt.core.defaultJavaFormatter

0 commit comments

Comments
 (0)