@@ -109,28 +109,32 @@ org.eclipse.jdt.core.formatter.align_fields_grouping_blank_lines=2147483647
109
109
org.eclipse.jdt.core.formatter.align_type_members_on_columns =false
110
110
org.eclipse.jdt.core.formatter.align_variable_declarations_on_columns =false
111
111
org.eclipse.jdt.core.formatter.align_with_spaces =false
112
+ org.eclipse.jdt.core.formatter.alignment_for_additive_operator =16
112
113
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression =16
113
114
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_annotation =0
114
115
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant =16
115
116
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call =16
116
117
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation =16
117
118
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression =16
118
119
org.eclipse.jdt.core.formatter.alignment_for_assignment =0
119
- org.eclipse.jdt.core.formatter.alignment_for_binary_expression =16
120
+ org.eclipse.jdt.core.formatter.alignment_for_bitwise_operator =16
120
121
org.eclipse.jdt.core.formatter.alignment_for_compact_if =16
121
122
org.eclipse.jdt.core.formatter.alignment_for_compact_loops =16
122
123
org.eclipse.jdt.core.formatter.alignment_for_conditional_expression =80
123
124
org.eclipse.jdt.core.formatter.alignment_for_enum_constants =0
124
125
org.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer =16
125
126
org.eclipse.jdt.core.formatter.alignment_for_expressions_in_for_loop_header =0
127
+ org.eclipse.jdt.core.formatter.alignment_for_logical_operator =16
126
128
org.eclipse.jdt.core.formatter.alignment_for_method_declaration =0
127
129
org.eclipse.jdt.core.formatter.alignment_for_module_statements =16
128
130
org.eclipse.jdt.core.formatter.alignment_for_multiple_fields =16
131
+ org.eclipse.jdt.core.formatter.alignment_for_multiplicative_operator =16
129
132
org.eclipse.jdt.core.formatter.alignment_for_parameterized_type_references =0
130
133
org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration =16
131
134
org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration =16
132
135
org.eclipse.jdt.core.formatter.alignment_for_resources_in_try =80
133
136
org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation =16
137
+ org.eclipse.jdt.core.formatter.alignment_for_string_concatenation =16
134
138
org.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration =16
135
139
org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration =16
136
140
org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_type_declaration =16
@@ -222,11 +226,12 @@ org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_constant=insert
222
226
org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_declaration =insert
223
227
org.eclipse.jdt.core.formatter.insert_new_line_in_empty_method_body =insert
224
228
org.eclipse.jdt.core.formatter.insert_new_line_in_empty_type_declaration =insert
229
+ org.eclipse.jdt.core.formatter.insert_space_after_additive_operator =insert
225
230
org.eclipse.jdt.core.formatter.insert_space_after_and_in_type_parameter =insert
226
231
org.eclipse.jdt.core.formatter.insert_space_after_assignment_operator =insert
227
232
org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation =do not insert
228
233
org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation_type_declaration =do not insert
229
- org.eclipse.jdt.core.formatter.insert_space_after_binary_operator =insert
234
+ org.eclipse.jdt.core.formatter.insert_space_after_bitwise_operator =insert
230
235
org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_arguments =do not insert
231
236
org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_parameters =insert
232
237
org.eclipse.jdt.core.formatter.insert_space_after_closing_brace_in_block =insert
@@ -257,6 +262,8 @@ org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_arguments=insert
257
262
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_parameters =insert
258
263
org.eclipse.jdt.core.formatter.insert_space_after_ellipsis =insert
259
264
org.eclipse.jdt.core.formatter.insert_space_after_lambda_arrow =insert
265
+ org.eclipse.jdt.core.formatter.insert_space_after_logical_operator =insert
266
+ org.eclipse.jdt.core.formatter.insert_space_after_multiplicative_operator =insert
260
267
org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference =do not insert
261
268
org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_arguments =do not insert
262
269
org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_parameters =do not insert
@@ -281,13 +288,17 @@ org.eclipse.jdt.core.formatter.insert_space_after_postfix_operator=do not insert
281
288
org.eclipse.jdt.core.formatter.insert_space_after_prefix_operator =do not insert
282
289
org.eclipse.jdt.core.formatter.insert_space_after_question_in_conditional =insert
283
290
org.eclipse.jdt.core.formatter.insert_space_after_question_in_wildcard =do not insert
291
+ org.eclipse.jdt.core.formatter.insert_space_after_relational_operator =insert
284
292
org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for =insert
285
293
org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_try_resources =insert
294
+ org.eclipse.jdt.core.formatter.insert_space_after_shift_operator =insert
295
+ org.eclipse.jdt.core.formatter.insert_space_after_string_concatenation =insert
286
296
org.eclipse.jdt.core.formatter.insert_space_after_unary_operator =do not insert
297
+ org.eclipse.jdt.core.formatter.insert_space_before_additive_operator =insert
287
298
org.eclipse.jdt.core.formatter.insert_space_before_and_in_type_parameter =insert
288
299
org.eclipse.jdt.core.formatter.insert_space_before_assignment_operator =insert
289
300
org.eclipse.jdt.core.formatter.insert_space_before_at_in_annotation_type_declaration =insert
290
- org.eclipse.jdt.core.formatter.insert_space_before_binary_operator =insert
301
+ org.eclipse.jdt.core.formatter.insert_space_before_bitwise_operator =insert
291
302
org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_parameterized_type_reference =do not insert
292
303
org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_arguments =do not insert
293
304
org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_parameters =do not insert
@@ -335,6 +346,8 @@ org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_arguments=do no
335
346
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_parameters =do not insert
336
347
org.eclipse.jdt.core.formatter.insert_space_before_ellipsis =do not insert
337
348
org.eclipse.jdt.core.formatter.insert_space_before_lambda_arrow =insert
349
+ org.eclipse.jdt.core.formatter.insert_space_before_logical_operator =insert
350
+ org.eclipse.jdt.core.formatter.insert_space_before_multiplicative_operator =insert
338
351
org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_parameterized_type_reference =do not insert
339
352
org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_arguments =do not insert
340
353
org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_parameters =do not insert
@@ -371,9 +384,12 @@ org.eclipse.jdt.core.formatter.insert_space_before_postfix_operator=do not inser
371
384
org.eclipse.jdt.core.formatter.insert_space_before_prefix_operator =do not insert
372
385
org.eclipse.jdt.core.formatter.insert_space_before_question_in_conditional =insert
373
386
org.eclipse.jdt.core.formatter.insert_space_before_question_in_wildcard =do not insert
387
+ org.eclipse.jdt.core.formatter.insert_space_before_relational_operator =insert
374
388
org.eclipse.jdt.core.formatter.insert_space_before_semicolon =do not insert
375
389
org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_for =do not insert
376
390
org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_try_resources =do not insert
391
+ org.eclipse.jdt.core.formatter.insert_space_before_shift_operator =insert
392
+ org.eclipse.jdt.core.formatter.insert_space_before_string_concatenation =insert
377
393
org.eclipse.jdt.core.formatter.insert_space_before_unary_operator =do not insert
378
394
org.eclipse.jdt.core.formatter.insert_space_between_brackets_in_array_type_reference =do not insert
379
395
org.eclipse.jdt.core.formatter.insert_space_between_empty_braces_in_array_initializer =do not insert
@@ -412,9 +428,13 @@ org.eclipse.jdt.core.formatter.tabulation.char=space
412
428
org.eclipse.jdt.core.formatter.tabulation.size =4
413
429
org.eclipse.jdt.core.formatter.use_on_off_tags =false
414
430
org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations =true
431
+ org.eclipse.jdt.core.formatter.wrap_before_additive_operator =true
415
432
org.eclipse.jdt.core.formatter.wrap_before_assignment_operator =false
416
- org.eclipse.jdt.core.formatter.wrap_before_binary_operator =true
433
+ org.eclipse.jdt.core.formatter.wrap_before_bitwise_operator =true
417
434
org.eclipse.jdt.core.formatter.wrap_before_conditional_operator =true
435
+ org.eclipse.jdt.core.formatter.wrap_before_logical_operator =true
436
+ org.eclipse.jdt.core.formatter.wrap_before_multiplicative_operator =true
418
437
org.eclipse.jdt.core.formatter.wrap_before_or_operator_multicatch =true
438
+ org.eclipse.jdt.core.formatter.wrap_before_string_concatenation =true
419
439
org.eclipse.jdt.core.formatter.wrap_outer_expressions_when_nested =true
420
440
org.eclipse.jdt.core.javaFormatter =org.eclipse.jdt.core.defaultJavaFormatter
0 commit comments