1
1
eclipse.preferences.version =1
2
+ org.eclipse.jdt.core.compiler.codegen.targetPlatform =21
3
+ org.eclipse.jdt.core.compiler.compliance =21
4
+ org.eclipse.jdt.core.compiler.problem.assertIdentifier =error
5
+ org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures =disabled
6
+ org.eclipse.jdt.core.compiler.problem.enumIdentifier =error
7
+ org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures =warning
8
+ org.eclipse.jdt.core.compiler.release =enabled
9
+ org.eclipse.jdt.core.compiler.source =21
2
10
org.eclipse.jdt.core.formatter.align_assignment_statements_on_columns =false
3
11
org.eclipse.jdt.core.formatter.align_fields_grouping_blank_lines =2147483647
4
12
org.eclipse.jdt.core.formatter.align_type_members_on_columns =false
5
13
org.eclipse.jdt.core.formatter.align_variable_declarations_on_columns =false
6
14
org.eclipse.jdt.core.formatter.align_with_spaces =false
15
+ org.eclipse.jdt.core.formatter.alignment_for_additive_operator =16
7
16
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression =16
8
17
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_annotation =0
9
18
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant =16
10
19
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call =16
11
20
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation =16
12
21
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression =16
13
22
org.eclipse.jdt.core.formatter.alignment_for_assignment =0
14
- org.eclipse.jdt.core.formatter.alignment_for_binary_expression =16
23
+ org.eclipse.jdt.core.formatter.alignment_for_bitwise_operator =16
15
24
org.eclipse.jdt.core.formatter.alignment_for_compact_if =16
16
25
org.eclipse.jdt.core.formatter.alignment_for_compact_loops =16
17
26
org.eclipse.jdt.core.formatter.alignment_for_conditional_expression =80
18
27
org.eclipse.jdt.core.formatter.alignment_for_enum_constants =16
19
28
org.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer =16
20
29
org.eclipse.jdt.core.formatter.alignment_for_expressions_in_for_loop_header =0
30
+ org.eclipse.jdt.core.formatter.alignment_for_logical_operator =16
21
31
org.eclipse.jdt.core.formatter.alignment_for_method_declaration =0
22
32
org.eclipse.jdt.core.formatter.alignment_for_module_statements =16
23
33
org.eclipse.jdt.core.formatter.alignment_for_multiple_fields =16
34
+ org.eclipse.jdt.core.formatter.alignment_for_multiplicative_operator =16
24
35
org.eclipse.jdt.core.formatter.alignment_for_parameterized_type_references =0
25
36
org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration =16
26
37
org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration =16
27
38
org.eclipse.jdt.core.formatter.alignment_for_resources_in_try =80
28
39
org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation =16
40
+ org.eclipse.jdt.core.formatter.alignment_for_string_concatenation =16
29
41
org.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration =16
30
42
org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration =16
31
43
org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_type_declaration =16
@@ -117,11 +129,12 @@ org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_constant=insert
117
129
org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_declaration =insert
118
130
org.eclipse.jdt.core.formatter.insert_new_line_in_empty_method_body =insert
119
131
org.eclipse.jdt.core.formatter.insert_new_line_in_empty_type_declaration =insert
132
+ org.eclipse.jdt.core.formatter.insert_space_after_additive_operator =insert
120
133
org.eclipse.jdt.core.formatter.insert_space_after_and_in_type_parameter =insert
121
134
org.eclipse.jdt.core.formatter.insert_space_after_assignment_operator =insert
122
135
org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation =do not insert
123
136
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
137
+ org.eclipse.jdt.core.formatter.insert_space_after_bitwise_operator =insert
125
138
org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_arguments =do not insert
126
139
org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_parameters =insert
127
140
org.eclipse.jdt.core.formatter.insert_space_after_closing_brace_in_block =insert
@@ -152,6 +165,8 @@ org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_arguments=insert
152
165
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_parameters =insert
153
166
org.eclipse.jdt.core.formatter.insert_space_after_ellipsis =insert
154
167
org.eclipse.jdt.core.formatter.insert_space_after_lambda_arrow =insert
168
+ org.eclipse.jdt.core.formatter.insert_space_after_logical_operator =insert
169
+ org.eclipse.jdt.core.formatter.insert_space_after_multiplicative_operator =insert
155
170
org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference =do not insert
156
171
org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_arguments =do not insert
157
172
org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_parameters =do not insert
@@ -176,13 +191,17 @@ org.eclipse.jdt.core.formatter.insert_space_after_postfix_operator=do not insert
176
191
org.eclipse.jdt.core.formatter.insert_space_after_prefix_operator =do not insert
177
192
org.eclipse.jdt.core.formatter.insert_space_after_question_in_conditional =insert
178
193
org.eclipse.jdt.core.formatter.insert_space_after_question_in_wildcard =do not insert
194
+ org.eclipse.jdt.core.formatter.insert_space_after_relational_operator =insert
179
195
org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for =insert
180
196
org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_try_resources =insert
197
+ org.eclipse.jdt.core.formatter.insert_space_after_shift_operator =insert
198
+ org.eclipse.jdt.core.formatter.insert_space_after_string_concatenation =insert
181
199
org.eclipse.jdt.core.formatter.insert_space_after_unary_operator =do not insert
200
+ org.eclipse.jdt.core.formatter.insert_space_before_additive_operator =insert
182
201
org.eclipse.jdt.core.formatter.insert_space_before_and_in_type_parameter =insert
183
202
org.eclipse.jdt.core.formatter.insert_space_before_assignment_operator =insert
184
203
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
204
+ org.eclipse.jdt.core.formatter.insert_space_before_bitwise_operator =insert
186
205
org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_parameterized_type_reference =do not insert
187
206
org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_arguments =do not insert
188
207
org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_parameters =do not insert
@@ -230,6 +249,8 @@ org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_arguments=do no
230
249
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_parameters =do not insert
231
250
org.eclipse.jdt.core.formatter.insert_space_before_ellipsis =do not insert
232
251
org.eclipse.jdt.core.formatter.insert_space_before_lambda_arrow =insert
252
+ org.eclipse.jdt.core.formatter.insert_space_before_logical_operator =insert
253
+ org.eclipse.jdt.core.formatter.insert_space_before_multiplicative_operator =insert
233
254
org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_parameterized_type_reference =do not insert
234
255
org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_arguments =do not insert
235
256
org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_parameters =do not insert
@@ -266,9 +287,12 @@ org.eclipse.jdt.core.formatter.insert_space_before_postfix_operator=do not inser
266
287
org.eclipse.jdt.core.formatter.insert_space_before_prefix_operator =do not insert
267
288
org.eclipse.jdt.core.formatter.insert_space_before_question_in_conditional =insert
268
289
org.eclipse.jdt.core.formatter.insert_space_before_question_in_wildcard =do not insert
290
+ org.eclipse.jdt.core.formatter.insert_space_before_relational_operator =insert
269
291
org.eclipse.jdt.core.formatter.insert_space_before_semicolon =do not insert
270
292
org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_for =do not insert
271
293
org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_try_resources =do not insert
294
+ org.eclipse.jdt.core.formatter.insert_space_before_shift_operator =insert
295
+ org.eclipse.jdt.core.formatter.insert_space_before_string_concatenation =insert
272
296
org.eclipse.jdt.core.formatter.insert_space_before_unary_operator =do not insert
273
297
org.eclipse.jdt.core.formatter.insert_space_between_brackets_in_array_type_reference =do not insert
274
298
org.eclipse.jdt.core.formatter.insert_space_between_empty_braces_in_array_initializer =do not insert
@@ -307,9 +331,13 @@ org.eclipse.jdt.core.formatter.tabulation.char=tab
307
331
org.eclipse.jdt.core.formatter.tabulation.size =4
308
332
org.eclipse.jdt.core.formatter.use_on_off_tags =false
309
333
org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations =false
334
+ org.eclipse.jdt.core.formatter.wrap_before_additive_operator =true
310
335
org.eclipse.jdt.core.formatter.wrap_before_assignment_operator =false
311
- org.eclipse.jdt.core.formatter.wrap_before_binary_operator =true
336
+ org.eclipse.jdt.core.formatter.wrap_before_bitwise_operator =true
312
337
org.eclipse.jdt.core.formatter.wrap_before_conditional_operator =true
338
+ org.eclipse.jdt.core.formatter.wrap_before_logical_operator =true
339
+ org.eclipse.jdt.core.formatter.wrap_before_multiplicative_operator =true
313
340
org.eclipse.jdt.core.formatter.wrap_before_or_operator_multicatch =true
341
+ org.eclipse.jdt.core.formatter.wrap_before_string_concatenation =true
314
342
org.eclipse.jdt.core.formatter.wrap_outer_expressions_when_nested =true
315
343
org.eclipse.jdt.core.javaFormatter =org.eclipse.jdt.core.defaultJavaFormatter
0 commit comments