Changeset 8510 in josm for trunk/.settings/org.eclipse.jdt.core.prefs
- Timestamp:
- 2015-06-20T23:42:21+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.settings/org.eclipse.jdt.core.prefs
r7980 r8510 115 115 org.eclipse.jdt.core.formatter.align_type_members_on_columns=false 116 116 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16 117 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_annotation=0 117 118 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant=16 118 119 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call=16 … … 125 126 org.eclipse.jdt.core.formatter.alignment_for_enum_constants=0 126 127 org.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer=16 128 org.eclipse.jdt.core.formatter.alignment_for_method_declaration=0 127 129 org.eclipse.jdt.core.formatter.alignment_for_multiple_fields=16 128 130 org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration=16 129 131 org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration=16 132 org.eclipse.jdt.core.formatter.alignment_for_resources_in_try=80 130 133 org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation=16 131 134 org.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration=16 … … 134 137 org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_constructor_declaration=16 135 138 org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_method_declaration=16 139 org.eclipse.jdt.core.formatter.alignment_for_union_type_in_multicatch=16 136 140 org.eclipse.jdt.core.formatter.blank_lines_after_imports=1 137 141 org.eclipse.jdt.core.formatter.blank_lines_after_package=1 … … 153 157 org.eclipse.jdt.core.formatter.brace_position_for_enum_constant=end_of_line 154 158 org.eclipse.jdt.core.formatter.brace_position_for_enum_declaration=end_of_line 159 org.eclipse.jdt.core.formatter.brace_position_for_lambda_body=end_of_line 155 160 org.eclipse.jdt.core.formatter.brace_position_for_method_declaration=end_of_line 156 161 org.eclipse.jdt.core.formatter.brace_position_for_switch=end_of_line … … 171 176 org.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter=do not insert 172 177 org.eclipse.jdt.core.formatter.comment.line_length=100 178 org.eclipse.jdt.core.formatter.comment.new_lines_at_block_boundaries=true 179 org.eclipse.jdt.core.formatter.comment.new_lines_at_javadoc_boundaries=true 180 org.eclipse.jdt.core.formatter.comment.preserve_white_space_between_code_and_line_comments=false 173 181 org.eclipse.jdt.core.formatter.compact_else_if=true 174 182 org.eclipse.jdt.core.formatter.continuation_indentation=2 175 183 org.eclipse.jdt.core.formatter.continuation_indentation_for_array_initializer=2 184 org.eclipse.jdt.core.formatter.disabling_tag=@formatter\:off 185 org.eclipse.jdt.core.formatter.enabling_tag=@formatter\:on 176 186 org.eclipse.jdt.core.formatter.format_guardian_clause_on_one_line=false 187 org.eclipse.jdt.core.formatter.format_line_comment_starting_on_first_column=true 177 188 org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_annotation_declaration_header=true 178 189 org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_constant_header=true … … 192 203 org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_parameter=do not insert 193 204 org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_type=insert 205 org.eclipse.jdt.core.formatter.insert_new_line_after_label=do not insert 194 206 org.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer=do not insert 207 org.eclipse.jdt.core.formatter.insert_new_line_after_type_annotation=do not insert 195 208 org.eclipse.jdt.core.formatter.insert_new_line_at_end_of_file_if_missing=do not insert 196 209 org.eclipse.jdt.core.formatter.insert_new_line_before_catch_in_try_statement=do not insert … … 240 253 org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_parameters=insert 241 254 org.eclipse.jdt.core.formatter.insert_space_after_ellipsis=insert 255 org.eclipse.jdt.core.formatter.insert_space_after_lambda_arrow=insert 242 256 org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference=do not insert 243 257 org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_arguments=do not insert … … 258 272 org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_switch=do not insert 259 273 org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_synchronized=do not insert 274 org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_try=do not insert 260 275 org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_while=do not insert 261 276 org.eclipse.jdt.core.formatter.insert_space_after_postfix_operator=do not insert … … 264 279 org.eclipse.jdt.core.formatter.insert_space_after_question_in_wildcard=do not insert 265 280 org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for=insert 281 org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_try_resources=insert 266 282 org.eclipse.jdt.core.formatter.insert_space_after_unary_operator=do not insert 267 283 org.eclipse.jdt.core.formatter.insert_space_before_and_in_type_parameter=insert … … 287 303 org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_switch=do not insert 288 304 org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_synchronized=do not insert 305 org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_try=do not insert 289 306 org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_while=do not insert 290 307 org.eclipse.jdt.core.formatter.insert_space_before_colon_in_assert=insert … … 314 331 org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_parameters=do not insert 315 332 org.eclipse.jdt.core.formatter.insert_space_before_ellipsis=do not insert 333 org.eclipse.jdt.core.formatter.insert_space_before_lambda_arrow=insert 316 334 org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_parameterized_type_reference=do not insert 317 335 org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_arguments=do not insert … … 342 360 org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_switch=insert 343 361 org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_synchronized=insert 362 org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_try=insert 344 363 org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_while=insert 345 364 org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_return=insert … … 351 370 org.eclipse.jdt.core.formatter.insert_space_before_semicolon=do not insert 352 371 org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_for=do not insert 372 org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_try_resources=do not insert 353 373 org.eclipse.jdt.core.formatter.insert_space_before_unary_operator=do not insert 354 374 org.eclipse.jdt.core.formatter.insert_space_between_brackets_in_array_type_reference=do not insert … … 374 394 org.eclipse.jdt.core.formatter.tabulation.char=space 375 395 org.eclipse.jdt.core.formatter.tabulation.size=4 396 org.eclipse.jdt.core.formatter.use_on_off_tags=false 376 397 org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations=false 377 398 org.eclipse.jdt.core.formatter.wrap_before_binary_operator=true 399 org.eclipse.jdt.core.formatter.wrap_before_or_operator_multicatch=true 400 org.eclipse.jdt.core.formatter.wrap_outer_expressions_when_nested=true
Note:
See TracChangeset
for help on using the changeset viewer.