Set formatting save action
authorChristian Femers <femers@in.tum.de>
Sat, 18 May 2019 13:48:00 +0000 (15:48 +0200)
committerChristian Femers <femers@in.tum.de>
Sat, 18 May 2019 13:48:00 +0000 (15:48 +0200)
era.mi/.settings/org.eclipse.jdt.core.prefs
era.mi/.settings/org.eclipse.jdt.ui.prefs

index c4bbd67..0fc9edd 100644 (file)
@@ -15,6 +15,7 @@ org.eclipse.jdt.core.formatter.align_fields_grouping_blank_lines=2147483647
 org.eclipse.jdt.core.formatter.align_type_members_on_columns=false\r
 org.eclipse.jdt.core.formatter.align_variable_declarations_on_columns=false\r
 org.eclipse.jdt.core.formatter.align_with_spaces=false\r
+org.eclipse.jdt.core.formatter.alignment_for_additive_operator=16\r
 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16\r
 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_annotation=0\r
 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant=16\r
@@ -23,20 +24,27 @@ org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation=16
 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression=16\r
 org.eclipse.jdt.core.formatter.alignment_for_assignment=0\r
 org.eclipse.jdt.core.formatter.alignment_for_binary_expression=16\r
+org.eclipse.jdt.core.formatter.alignment_for_bitwise_operator=16\r
 org.eclipse.jdt.core.formatter.alignment_for_compact_if=16\r
 org.eclipse.jdt.core.formatter.alignment_for_compact_loops=16\r
 org.eclipse.jdt.core.formatter.alignment_for_conditional_expression=80\r
+org.eclipse.jdt.core.formatter.alignment_for_conditional_expression_chain=0\r
 org.eclipse.jdt.core.formatter.alignment_for_enum_constants=16\r
 org.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer=16\r
 org.eclipse.jdt.core.formatter.alignment_for_expressions_in_for_loop_header=0\r
+org.eclipse.jdt.core.formatter.alignment_for_logical_operator=16\r
 org.eclipse.jdt.core.formatter.alignment_for_method_declaration=0\r
 org.eclipse.jdt.core.formatter.alignment_for_module_statements=16\r
 org.eclipse.jdt.core.formatter.alignment_for_multiple_fields=16\r
+org.eclipse.jdt.core.formatter.alignment_for_multiplicative_operator=16\r
 org.eclipse.jdt.core.formatter.alignment_for_parameterized_type_references=0\r
 org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration=16\r
 org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration=16\r
+org.eclipse.jdt.core.formatter.alignment_for_relational_operator=0\r
 org.eclipse.jdt.core.formatter.alignment_for_resources_in_try=80\r
 org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation=16\r
+org.eclipse.jdt.core.formatter.alignment_for_shift_operator=0\r
+org.eclipse.jdt.core.formatter.alignment_for_string_concatenation=16\r
 org.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration=16\r
 org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration=16\r
 org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_type_declaration=16\r
@@ -81,6 +89,7 @@ org.eclipse.jdt.core.formatter.comment.format_line_comments=true
 org.eclipse.jdt.core.formatter.comment.format_source_code=true\r
 org.eclipse.jdt.core.formatter.comment.indent_parameter_description=false\r
 org.eclipse.jdt.core.formatter.comment.indent_root_tags=false\r
+org.eclipse.jdt.core.formatter.comment.indent_tag_description=false\r
 org.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags=insert\r
 org.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter=do not insert\r
 org.eclipse.jdt.core.formatter.comment.line_length=140\r
@@ -128,11 +137,13 @@ org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_constant=insert
 org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_declaration=insert\r
 org.eclipse.jdt.core.formatter.insert_new_line_in_empty_method_body=insert\r
 org.eclipse.jdt.core.formatter.insert_new_line_in_empty_type_declaration=insert\r
+org.eclipse.jdt.core.formatter.insert_space_after_additive_operator=insert\r
 org.eclipse.jdt.core.formatter.insert_space_after_and_in_type_parameter=insert\r
 org.eclipse.jdt.core.formatter.insert_space_after_assignment_operator=insert\r
 org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation=do not insert\r
 org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation_type_declaration=do not insert\r
 org.eclipse.jdt.core.formatter.insert_space_after_binary_operator=insert\r
+org.eclipse.jdt.core.formatter.insert_space_after_bitwise_operator=insert\r
 org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_arguments=do not insert\r
 org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_parameters=insert\r
 org.eclipse.jdt.core.formatter.insert_space_after_closing_brace_in_block=insert\r
@@ -163,6 +174,8 @@ org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_arguments=insert
 org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_parameters=insert\r
 org.eclipse.jdt.core.formatter.insert_space_after_ellipsis=insert\r
 org.eclipse.jdt.core.formatter.insert_space_after_lambda_arrow=insert\r
+org.eclipse.jdt.core.formatter.insert_space_after_logical_operator=insert\r
+org.eclipse.jdt.core.formatter.insert_space_after_multiplicative_operator=insert\r
 org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference=do not insert\r
 org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_arguments=do not insert\r
 org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_parameters=do not insert\r
@@ -187,13 +200,18 @@ org.eclipse.jdt.core.formatter.insert_space_after_postfix_operator=do not insert
 org.eclipse.jdt.core.formatter.insert_space_after_prefix_operator=do not insert\r
 org.eclipse.jdt.core.formatter.insert_space_after_question_in_conditional=insert\r
 org.eclipse.jdt.core.formatter.insert_space_after_question_in_wildcard=do not insert\r
+org.eclipse.jdt.core.formatter.insert_space_after_relational_operator=insert\r
 org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for=insert\r
 org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_try_resources=insert\r
+org.eclipse.jdt.core.formatter.insert_space_after_shift_operator=insert\r
+org.eclipse.jdt.core.formatter.insert_space_after_string_concatenation=insert\r
 org.eclipse.jdt.core.formatter.insert_space_after_unary_operator=do not insert\r
+org.eclipse.jdt.core.formatter.insert_space_before_additive_operator=insert\r
 org.eclipse.jdt.core.formatter.insert_space_before_and_in_type_parameter=insert\r
 org.eclipse.jdt.core.formatter.insert_space_before_assignment_operator=insert\r
 org.eclipse.jdt.core.formatter.insert_space_before_at_in_annotation_type_declaration=insert\r
 org.eclipse.jdt.core.formatter.insert_space_before_binary_operator=insert\r
+org.eclipse.jdt.core.formatter.insert_space_before_bitwise_operator=insert\r
 org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_parameterized_type_reference=do not insert\r
 org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_arguments=do not insert\r
 org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_parameters=do not insert\r
@@ -241,6 +259,8 @@ org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_arguments=do no
 org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_parameters=do not insert\r
 org.eclipse.jdt.core.formatter.insert_space_before_ellipsis=do not insert\r
 org.eclipse.jdt.core.formatter.insert_space_before_lambda_arrow=insert\r
+org.eclipse.jdt.core.formatter.insert_space_before_logical_operator=insert\r
+org.eclipse.jdt.core.formatter.insert_space_before_multiplicative_operator=insert\r
 org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_parameterized_type_reference=do not insert\r
 org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_arguments=do not insert\r
 org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_parameters=do not insert\r
@@ -277,9 +297,12 @@ org.eclipse.jdt.core.formatter.insert_space_before_postfix_operator=do not inser
 org.eclipse.jdt.core.formatter.insert_space_before_prefix_operator=do not insert\r
 org.eclipse.jdt.core.formatter.insert_space_before_question_in_conditional=insert\r
 org.eclipse.jdt.core.formatter.insert_space_before_question_in_wildcard=do not insert\r
+org.eclipse.jdt.core.formatter.insert_space_before_relational_operator=insert\r
 org.eclipse.jdt.core.formatter.insert_space_before_semicolon=do not insert\r
 org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_for=do not insert\r
 org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_try_resources=do not insert\r
+org.eclipse.jdt.core.formatter.insert_space_before_shift_operator=insert\r
+org.eclipse.jdt.core.formatter.insert_space_before_string_concatenation=insert\r
 org.eclipse.jdt.core.formatter.insert_space_before_unary_operator=do not insert\r
 org.eclipse.jdt.core.formatter.insert_space_between_brackets_in_array_type_reference=do not insert\r
 org.eclipse.jdt.core.formatter.insert_space_between_empty_braces_in_array_initializer=do not insert\r
@@ -291,13 +314,24 @@ org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_decla
 org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_invocation=do not insert\r
 org.eclipse.jdt.core.formatter.join_lines_in_comments=true\r
 org.eclipse.jdt.core.formatter.join_wrapped_lines=true\r
+org.eclipse.jdt.core.formatter.keep_annotation_declaration_on_one_line=one_line_never\r
+org.eclipse.jdt.core.formatter.keep_anonymous_type_declaration_on_one_line=one_line_never\r
+org.eclipse.jdt.core.formatter.keep_code_block_on_one_line=one_line_never\r
 org.eclipse.jdt.core.formatter.keep_else_statement_on_same_line=false\r
 org.eclipse.jdt.core.formatter.keep_empty_array_initializer_on_one_line=false\r
+org.eclipse.jdt.core.formatter.keep_enum_constant_declaration_on_one_line=one_line_never\r
+org.eclipse.jdt.core.formatter.keep_enum_declaration_on_one_line=one_line_never\r
+org.eclipse.jdt.core.formatter.keep_if_then_body_block_on_one_line=one_line_never\r
 org.eclipse.jdt.core.formatter.keep_imple_if_on_one_line=false\r
+org.eclipse.jdt.core.formatter.keep_lambda_body_block_on_one_line=one_line_never\r
+org.eclipse.jdt.core.formatter.keep_loop_body_block_on_one_line=one_line_never\r
+org.eclipse.jdt.core.formatter.keep_method_body_on_one_line=one_line_never\r
 org.eclipse.jdt.core.formatter.keep_simple_do_while_body_on_same_line=false\r
 org.eclipse.jdt.core.formatter.keep_simple_for_body_on_same_line=false\r
+org.eclipse.jdt.core.formatter.keep_simple_getter_setter_on_one_line=false\r
 org.eclipse.jdt.core.formatter.keep_simple_while_body_on_same_line=false\r
 org.eclipse.jdt.core.formatter.keep_then_statement_on_same_line=false\r
+org.eclipse.jdt.core.formatter.keep_type_declaration_on_one_line=one_line_never\r
 org.eclipse.jdt.core.formatter.lineSplit=140\r
 org.eclipse.jdt.core.formatter.never_indent_block_comments_on_first_column=false\r
 org.eclipse.jdt.core.formatter.never_indent_line_comments_on_first_column=false\r
@@ -318,9 +352,16 @@ org.eclipse.jdt.core.formatter.tabulation.char=tab
 org.eclipse.jdt.core.formatter.tabulation.size=4\r
 org.eclipse.jdt.core.formatter.use_on_off_tags=true\r
 org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations=false\r
+org.eclipse.jdt.core.formatter.wrap_before_additive_operator=true\r
 org.eclipse.jdt.core.formatter.wrap_before_assignment_operator=false\r
 org.eclipse.jdt.core.formatter.wrap_before_binary_operator=true\r
+org.eclipse.jdt.core.formatter.wrap_before_bitwise_operator=true\r
 org.eclipse.jdt.core.formatter.wrap_before_conditional_operator=true\r
+org.eclipse.jdt.core.formatter.wrap_before_logical_operator=true\r
+org.eclipse.jdt.core.formatter.wrap_before_multiplicative_operator=true\r
 org.eclipse.jdt.core.formatter.wrap_before_or_operator_multicatch=true\r
+org.eclipse.jdt.core.formatter.wrap_before_relational_operator=true\r
+org.eclipse.jdt.core.formatter.wrap_before_shift_operator=true\r
+org.eclipse.jdt.core.formatter.wrap_before_string_concatenation=true\r
 org.eclipse.jdt.core.formatter.wrap_outer_expressions_when_nested=true\r
 org.eclipse.jdt.core.javaFormatter=org.eclipse.jdt.core.defaultJavaFormatter\r
index ec9fa57..c648b19 100644 (file)
@@ -1,3 +1,63 @@
 eclipse.preferences.version=1\r
+editor_save_participant_org.eclipse.jdt.ui.postsavelistener.cleanup=true\r
 formatter_profile=_MyPrefrence\r
-formatter_settings_version=14\r
+formatter_settings_version=16\r
+sp_cleanup.add_default_serial_version_id=true\r
+sp_cleanup.add_generated_serial_version_id=false\r
+sp_cleanup.add_missing_annotations=true\r
+sp_cleanup.add_missing_deprecated_annotations=true\r
+sp_cleanup.add_missing_methods=false\r
+sp_cleanup.add_missing_nls_tags=false\r
+sp_cleanup.add_missing_override_annotations=true\r
+sp_cleanup.add_missing_override_annotations_interface_methods=true\r
+sp_cleanup.add_serial_version_id=false\r
+sp_cleanup.always_use_blocks=false\r
+sp_cleanup.always_use_parentheses_in_expressions=false\r
+sp_cleanup.always_use_this_for_non_static_field_access=false\r
+sp_cleanup.always_use_this_for_non_static_method_access=false\r
+sp_cleanup.convert_functional_interfaces=true\r
+sp_cleanup.convert_to_enhanced_for_loop=true\r
+sp_cleanup.correct_indentation=true\r
+sp_cleanup.format_source_code=true\r
+sp_cleanup.format_source_code_changes_only=false\r
+sp_cleanup.insert_inferred_type_arguments=false\r
+sp_cleanup.make_local_variable_final=true\r
+sp_cleanup.make_parameters_final=false\r
+sp_cleanup.make_private_fields_final=true\r
+sp_cleanup.make_type_abstract_if_missing_method=false\r
+sp_cleanup.make_variable_declarations_final=true\r
+sp_cleanup.never_use_blocks=true\r
+sp_cleanup.never_use_parentheses_in_expressions=true\r
+sp_cleanup.on_save_use_additional_actions=false\r
+sp_cleanup.organize_imports=true\r
+sp_cleanup.qualify_static_field_accesses_with_declaring_class=false\r
+sp_cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true\r
+sp_cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true\r
+sp_cleanup.qualify_static_member_accesses_with_declaring_class=true\r
+sp_cleanup.qualify_static_method_accesses_with_declaring_class=false\r
+sp_cleanup.remove_private_constructors=true\r
+sp_cleanup.remove_redundant_modifiers=true\r
+sp_cleanup.remove_redundant_semicolons=true\r
+sp_cleanup.remove_redundant_type_arguments=true\r
+sp_cleanup.remove_trailing_whitespaces=true\r
+sp_cleanup.remove_trailing_whitespaces_all=true\r
+sp_cleanup.remove_trailing_whitespaces_ignore_empty=false\r
+sp_cleanup.remove_unnecessary_casts=true\r
+sp_cleanup.remove_unnecessary_nls_tags=true\r
+sp_cleanup.remove_unused_imports=true\r
+sp_cleanup.remove_unused_local_variables=false\r
+sp_cleanup.remove_unused_private_fields=true\r
+sp_cleanup.remove_unused_private_members=false\r
+sp_cleanup.remove_unused_private_methods=true\r
+sp_cleanup.remove_unused_private_types=true\r
+sp_cleanup.sort_members=false\r
+sp_cleanup.sort_members_all=false\r
+sp_cleanup.use_anonymous_class_creation=false\r
+sp_cleanup.use_blocks=false\r
+sp_cleanup.use_blocks_only_for_return_and_throw=false\r
+sp_cleanup.use_lambda=true\r
+sp_cleanup.use_parentheses_in_expressions=false\r
+sp_cleanup.use_this_for_non_static_field_access=true\r
+sp_cleanup.use_this_for_non_static_field_access_only_if_necessary=true\r
+sp_cleanup.use_this_for_non_static_method_access=true\r
+sp_cleanup.use_this_for_non_static_method_access_only_if_necessary=true\r