@@ -9,33 +9,43 @@ org.eclipse.jdt.core.codeComplete.staticFieldPrefixes=
9
9
org.eclipse.jdt.core.codeComplete.staticFieldSuffixes =
10
10
org.eclipse.jdt.core.codeComplete.staticFinalFieldPrefixes =
11
11
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
12
18
org.eclipse.jdt.core.formatter.align_assignment_statements_on_columns =false
13
19
org.eclipse.jdt.core.formatter.align_fields_grouping_blank_lines =2147483647
14
20
org.eclipse.jdt.core.formatter.align_type_members_on_columns =false
15
21
org.eclipse.jdt.core.formatter.align_variable_declarations_on_columns =false
16
22
org.eclipse.jdt.core.formatter.align_with_spaces =false
23
+ org.eclipse.jdt.core.formatter.alignment_for_additive_operator =16
17
24
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression =16
18
25
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_annotation =0
19
26
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant =16
20
27
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call =16
21
28
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation =16
22
29
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression =16
23
30
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
25
32
org.eclipse.jdt.core.formatter.alignment_for_compact_if =16
26
33
org.eclipse.jdt.core.formatter.alignment_for_compact_loops =16
27
34
org.eclipse.jdt.core.formatter.alignment_for_conditional_expression =80
28
35
org.eclipse.jdt.core.formatter.alignment_for_enum_constants =16
29
36
org.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer =16
30
37
org.eclipse.jdt.core.formatter.alignment_for_expressions_in_for_loop_header =0
38
+ org.eclipse.jdt.core.formatter.alignment_for_logical_operator =16
31
39
org.eclipse.jdt.core.formatter.alignment_for_method_declaration =0
32
40
org.eclipse.jdt.core.formatter.alignment_for_module_statements =16
33
41
org.eclipse.jdt.core.formatter.alignment_for_multiple_fields =16
42
+ org.eclipse.jdt.core.formatter.alignment_for_multiplicative_operator =16
34
43
org.eclipse.jdt.core.formatter.alignment_for_parameterized_type_references =0
35
44
org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration =16
36
45
org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration =16
37
46
org.eclipse.jdt.core.formatter.alignment_for_resources_in_try =80
38
47
org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation =16
48
+ org.eclipse.jdt.core.formatter.alignment_for_string_concatenation =16
39
49
org.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration =16
40
50
org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration =16
41
51
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
127
137
org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_declaration =insert
128
138
org.eclipse.jdt.core.formatter.insert_new_line_in_empty_method_body =insert
129
139
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
130
141
org.eclipse.jdt.core.formatter.insert_space_after_and_in_type_parameter =insert
131
142
org.eclipse.jdt.core.formatter.insert_space_after_assignment_operator =insert
132
143
org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation =do not insert
133
144
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
135
146
org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_arguments =do not insert
136
147
org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_parameters =insert
137
148
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
162
173
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_parameters =insert
163
174
org.eclipse.jdt.core.formatter.insert_space_after_ellipsis =insert
164
175
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
165
178
org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference =do not insert
166
179
org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_arguments =do not insert
167
180
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
186
199
org.eclipse.jdt.core.formatter.insert_space_after_prefix_operator =do not insert
187
200
org.eclipse.jdt.core.formatter.insert_space_after_question_in_conditional =insert
188
201
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
189
203
org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for =insert
190
204
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
191
207
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
192
209
org.eclipse.jdt.core.formatter.insert_space_before_and_in_type_parameter =insert
193
210
org.eclipse.jdt.core.formatter.insert_space_before_assignment_operator =insert
194
211
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
196
213
org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_parameterized_type_reference =do not insert
197
214
org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_arguments =do not insert
198
215
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
240
257
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_parameters =do not insert
241
258
org.eclipse.jdt.core.formatter.insert_space_before_ellipsis =do not insert
242
259
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
243
262
org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_parameterized_type_reference =do not insert
244
263
org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_arguments =do not insert
245
264
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
276
295
org.eclipse.jdt.core.formatter.insert_space_before_prefix_operator =do not insert
277
296
org.eclipse.jdt.core.formatter.insert_space_before_question_in_conditional =insert
278
297
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
279
299
org.eclipse.jdt.core.formatter.insert_space_before_semicolon =do not insert
280
300
org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_for =do not insert
281
301
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
282
304
org.eclipse.jdt.core.formatter.insert_space_before_unary_operator =do not insert
283
305
org.eclipse.jdt.core.formatter.insert_space_between_brackets_in_array_type_reference =do not insert
284
306
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
317
339
org.eclipse.jdt.core.formatter.tabulation.size =4
318
340
org.eclipse.jdt.core.formatter.use_on_off_tags =false
319
341
org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations =false
342
+ org.eclipse.jdt.core.formatter.wrap_before_additive_operator =true
320
343
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
322
345
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
323
348
org.eclipse.jdt.core.formatter.wrap_before_or_operator_multicatch =true
349
+ org.eclipse.jdt.core.formatter.wrap_before_string_concatenation =true
324
350
org.eclipse.jdt.core.formatter.wrap_outer_expressions_when_nested =true
325
351
org.eclipse.jdt.core.javaFormatter =org.eclipse.jdt.core.defaultJavaFormatter
0 commit comments