Updated eclipse settings.
This commit is contained in:
		| @@ -144,6 +144,7 @@ org.eclipse.jdt.core.formatter.align_fields_grouping_blank_lines=2147483647 | ||||
| org.eclipse.jdt.core.formatter.align_type_members_on_columns=false | ||||
| org.eclipse.jdt.core.formatter.align_variable_declarations_on_columns=false | ||||
| org.eclipse.jdt.core.formatter.align_with_spaces=false | ||||
| org.eclipse.jdt.core.formatter.alignment_for_additive_operator=0 | ||||
| org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=0 | ||||
| org.eclipse.jdt.core.formatter.alignment_for_arguments_in_annotation=0 | ||||
| org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant=48 | ||||
| @@ -152,22 +153,31 @@ org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation=0 | ||||
| org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression=0 | ||||
| org.eclipse.jdt.core.formatter.alignment_for_assignment=4 | ||||
| org.eclipse.jdt.core.formatter.alignment_for_binary_expression=0 | ||||
| org.eclipse.jdt.core.formatter.alignment_for_bitwise_operator=0 | ||||
| org.eclipse.jdt.core.formatter.alignment_for_compact_if=0 | ||||
| org.eclipse.jdt.core.formatter.alignment_for_compact_loops=16 | ||||
| org.eclipse.jdt.core.formatter.alignment_for_compact_loops=0 | ||||
| org.eclipse.jdt.core.formatter.alignment_for_conditional_expression=0 | ||||
| org.eclipse.jdt.core.formatter.alignment_for_conditional_expression_chain=0 | ||||
| org.eclipse.jdt.core.formatter.alignment_for_enum_constants=49 | ||||
| org.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer=49 | ||||
| org.eclipse.jdt.core.formatter.alignment_for_expressions_in_for_loop_header=0 | ||||
| org.eclipse.jdt.core.formatter.alignment_for_logical_operator=0 | ||||
| org.eclipse.jdt.core.formatter.alignment_for_method_declaration=0 | ||||
| org.eclipse.jdt.core.formatter.alignment_for_module_statements=16 | ||||
| org.eclipse.jdt.core.formatter.alignment_for_multiple_fields=16 | ||||
| org.eclipse.jdt.core.formatter.alignment_for_multiplicative_operator=0 | ||||
| org.eclipse.jdt.core.formatter.alignment_for_parameterized_type_references=0 | ||||
| org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration=0 | ||||
| org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration=0 | ||||
| org.eclipse.jdt.core.formatter.alignment_for_record_components=0 | ||||
| org.eclipse.jdt.core.formatter.alignment_for_relational_operator=0 | ||||
| org.eclipse.jdt.core.formatter.alignment_for_resources_in_try=85 | ||||
| org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation=0 | ||||
| org.eclipse.jdt.core.formatter.alignment_for_shift_operator=0 | ||||
| org.eclipse.jdt.core.formatter.alignment_for_string_concatenation=0 | ||||
| org.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration=0 | ||||
| org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration=48 | ||||
| org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_record_declaration=0 | ||||
| org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_type_declaration=0 | ||||
| org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_constructor_declaration=0 | ||||
| org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_method_declaration=0 | ||||
| @@ -175,7 +185,9 @@ org.eclipse.jdt.core.formatter.alignment_for_type_arguments=0 | ||||
| org.eclipse.jdt.core.formatter.alignment_for_type_parameters=0 | ||||
| org.eclipse.jdt.core.formatter.alignment_for_union_type_in_multicatch=16 | ||||
| org.eclipse.jdt.core.formatter.blank_lines_after_imports=1 | ||||
| org.eclipse.jdt.core.formatter.blank_lines_after_last_class_body_declaration=0 | ||||
| org.eclipse.jdt.core.formatter.blank_lines_after_package=1 | ||||
| org.eclipse.jdt.core.formatter.blank_lines_before_abstract_method=1 | ||||
| org.eclipse.jdt.core.formatter.blank_lines_before_field=0 | ||||
| org.eclipse.jdt.core.formatter.blank_lines_before_first_class_body_declaration=0 | ||||
| org.eclipse.jdt.core.formatter.blank_lines_before_imports=1 | ||||
| @@ -184,6 +196,7 @@ org.eclipse.jdt.core.formatter.blank_lines_before_method=1 | ||||
| org.eclipse.jdt.core.formatter.blank_lines_before_new_chunk=1 | ||||
| org.eclipse.jdt.core.formatter.blank_lines_before_package=0 | ||||
| org.eclipse.jdt.core.formatter.blank_lines_between_import_groups=1 | ||||
| org.eclipse.jdt.core.formatter.blank_lines_between_statement_group_in_switch=0 | ||||
| org.eclipse.jdt.core.formatter.blank_lines_between_type_declarations=1 | ||||
| org.eclipse.jdt.core.formatter.brace_position_for_annotation_type_declaration=next_line | ||||
| org.eclipse.jdt.core.formatter.brace_position_for_anonymous_type_declaration=next_line | ||||
| @@ -195,6 +208,8 @@ org.eclipse.jdt.core.formatter.brace_position_for_enum_constant=next_line | ||||
| org.eclipse.jdt.core.formatter.brace_position_for_enum_declaration=next_line | ||||
| org.eclipse.jdt.core.formatter.brace_position_for_lambda_body=next_line | ||||
| org.eclipse.jdt.core.formatter.brace_position_for_method_declaration=next_line | ||||
| org.eclipse.jdt.core.formatter.brace_position_for_record_constructor=next_line | ||||
| org.eclipse.jdt.core.formatter.brace_position_for_record_declaration=next_line | ||||
| org.eclipse.jdt.core.formatter.brace_position_for_switch=next_line | ||||
| org.eclipse.jdt.core.formatter.brace_position_for_type_declaration=next_line | ||||
| org.eclipse.jdt.core.formatter.comment.align_tags_descriptions_grouped=false | ||||
| @@ -210,7 +225,9 @@ org.eclipse.jdt.core.formatter.comment.format_line_comments=true | ||||
| org.eclipse.jdt.core.formatter.comment.format_source_code=true | ||||
| org.eclipse.jdt.core.formatter.comment.indent_parameter_description=true | ||||
| org.eclipse.jdt.core.formatter.comment.indent_root_tags=true | ||||
| org.eclipse.jdt.core.formatter.comment.indent_tag_description=false | ||||
| org.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags=do not insert | ||||
| org.eclipse.jdt.core.formatter.comment.insert_new_line_between_different_tags=do not insert | ||||
| org.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter=do not insert | ||||
| org.eclipse.jdt.core.formatter.comment.line_length=300 | ||||
| org.eclipse.jdt.core.formatter.comment.new_lines_at_block_boundaries=true | ||||
| @@ -226,6 +243,7 @@ org.eclipse.jdt.core.formatter.format_line_comment_starting_on_first_column=true | ||||
| org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_annotation_declaration_header=true | ||||
| org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_constant_header=true | ||||
| org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_declaration_header=true | ||||
| org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_record_header=true | ||||
| org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_type_header=true | ||||
| org.eclipse.jdt.core.formatter.indent_breaks_compare_to_cases=true | ||||
| org.eclipse.jdt.core.formatter.indent_empty_lines=true | ||||
| @@ -257,11 +275,15 @@ 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 | ||||
| org.eclipse.jdt.core.formatter.insert_new_line_in_empty_method_body=insert | ||||
| org.eclipse.jdt.core.formatter.insert_new_line_in_empty_type_declaration=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_additive_operator=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_and_in_type_parameter=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_arrow_in_switch_case=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_arrow_in_switch_default=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_assignment_operator=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation_type_declaration=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_binary_operator=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_bitwise_operator=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_arguments=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_parameters=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_closing_brace_in_block=insert | ||||
| @@ -287,11 +309,16 @@ org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_invocation_arg | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_field_declarations=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_local_declarations=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_comma_in_parameterized_type_reference=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_comma_in_record_components=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_comma_in_superinterfaces=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_comma_in_switch_case_expressions=insert | ||||
| 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 | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_ellipsis=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_lambda_arrow=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_logical_operator=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_multiplicative_operator=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_not_operator=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_arguments=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_parameters=do not insert | ||||
| @@ -308,6 +335,7 @@ org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_if=do not ins | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_declaration=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_invocation=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_parenthesized_expression=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_record_declaration=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_switch=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_synchronized=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_try=do not insert | ||||
| @@ -316,13 +344,20 @@ 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 | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_question_in_conditional=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_question_in_wildcard=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_relational_operator=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_try_resources=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_shift_operator=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_string_concatenation=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_unary_operator=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_additive_operator=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_and_in_type_parameter=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_arrow_in_switch_case=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_arrow_in_switch_default=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_assignment_operator=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_at_in_annotation_type_declaration=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_binary_operator=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_bitwise_operator=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_parameterized_type_reference=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_arguments=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_parameters=do not insert | ||||
| @@ -339,6 +374,7 @@ org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_if=do not in | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_declaration=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_invocation=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_parenthesized_expression=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_record_declaration=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_switch=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_synchronized=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_try=do not insert | ||||
| @@ -365,11 +401,15 @@ org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_invocation_ar | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_field_declarations=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_local_declarations=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_comma_in_parameterized_type_reference=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_comma_in_record_components=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_comma_in_superinterfaces=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_comma_in_switch_case_expressions=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_arguments=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_parameters=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_ellipsis=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_lambda_arrow=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_logical_operator=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_multiplicative_operator=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_parameterized_type_reference=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_arguments=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_parameters=do not insert | ||||
| @@ -381,6 +421,8 @@ org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_constructor_ | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_constant=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_declaration=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_method_declaration=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_record_constructor=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_record_declaration=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_switch=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_type_declaration=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_allocation_expression=do not insert | ||||
| @@ -396,6 +438,7 @@ org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_if=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_declaration=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_invocation=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_parenthesized_expression=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_record_declaration=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_switch=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_synchronized=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_try=insert | ||||
| @@ -406,9 +449,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 | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_question_in_conditional=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_question_in_wildcard=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_relational_operator=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_semicolon=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_for=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_try_resources=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_shift_operator=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_string_concatenation=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_unary_operator=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_between_brackets_in_array_type_reference=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_between_empty_braces_in_array_initializer=do not insert | ||||
| @@ -432,6 +478,8 @@ org.eclipse.jdt.core.formatter.keep_imple_if_on_one_line=false | ||||
| org.eclipse.jdt.core.formatter.keep_lambda_body_block_on_one_line=one_line_never | ||||
| org.eclipse.jdt.core.formatter.keep_loop_body_block_on_one_line=one_line_never | ||||
| org.eclipse.jdt.core.formatter.keep_method_body_on_one_line=one_line_never | ||||
| org.eclipse.jdt.core.formatter.keep_record_constructor_on_one_line=one_line_never | ||||
| org.eclipse.jdt.core.formatter.keep_record_declaration_on_one_line=one_line_never | ||||
| org.eclipse.jdt.core.formatter.keep_simple_do_while_body_on_same_line=false | ||||
| org.eclipse.jdt.core.formatter.keep_simple_for_body_on_same_line=false | ||||
| org.eclipse.jdt.core.formatter.keep_simple_getter_setter_on_one_line=false | ||||
| @@ -441,7 +489,12 @@ org.eclipse.jdt.core.formatter.keep_type_declaration_on_one_line=one_line_never | ||||
| org.eclipse.jdt.core.formatter.lineSplit=300 | ||||
| org.eclipse.jdt.core.formatter.never_indent_block_comments_on_first_column=false | ||||
| org.eclipse.jdt.core.formatter.never_indent_line_comments_on_first_column=false | ||||
| org.eclipse.jdt.core.formatter.number_of_blank_lines_after_code_block=0 | ||||
| org.eclipse.jdt.core.formatter.number_of_blank_lines_at_beginning_of_code_block=0 | ||||
| org.eclipse.jdt.core.formatter.number_of_blank_lines_at_beginning_of_method_body=0 | ||||
| org.eclipse.jdt.core.formatter.number_of_blank_lines_at_end_of_code_block=0 | ||||
| org.eclipse.jdt.core.formatter.number_of_blank_lines_at_end_of_method_body=0 | ||||
| org.eclipse.jdt.core.formatter.number_of_blank_lines_before_code_block=0 | ||||
| org.eclipse.jdt.core.formatter.number_of_empty_lines_to_preserve=1 | ||||
| org.eclipse.jdt.core.formatter.parentheses_positions_in_annotation=common_lines | ||||
| org.eclipse.jdt.core.formatter.parentheses_positions_in_catch_clause=common_lines | ||||
| @@ -451,16 +504,25 @@ org.eclipse.jdt.core.formatter.parentheses_positions_in_if_while_statement=commo | ||||
| org.eclipse.jdt.core.formatter.parentheses_positions_in_lambda_declaration=common_lines | ||||
| org.eclipse.jdt.core.formatter.parentheses_positions_in_method_delcaration=common_lines | ||||
| org.eclipse.jdt.core.formatter.parentheses_positions_in_method_invocation=common_lines | ||||
| org.eclipse.jdt.core.formatter.parentheses_positions_in_record_declaration=common_lines | ||||
| org.eclipse.jdt.core.formatter.parentheses_positions_in_switch_statement=common_lines | ||||
| org.eclipse.jdt.core.formatter.parentheses_positions_in_try_clause=common_lines | ||||
| org.eclipse.jdt.core.formatter.put_empty_statement_on_new_line=false | ||||
| org.eclipse.jdt.core.formatter.tabulation.char=tab | ||||
| org.eclipse.jdt.core.formatter.tabulation.size=4 | ||||
| org.eclipse.jdt.core.formatter.text_block_indentation=0 | ||||
| org.eclipse.jdt.core.formatter.use_on_off_tags=true | ||||
| org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations=false | ||||
| org.eclipse.jdt.core.formatter.wrap_before_additive_operator=true | ||||
| org.eclipse.jdt.core.formatter.wrap_before_assignment_operator=false | ||||
| org.eclipse.jdt.core.formatter.wrap_before_binary_operator=true | ||||
| org.eclipse.jdt.core.formatter.wrap_before_bitwise_operator=true | ||||
| org.eclipse.jdt.core.formatter.wrap_before_conditional_operator=true | ||||
| org.eclipse.jdt.core.formatter.wrap_before_logical_operator=true | ||||
| org.eclipse.jdt.core.formatter.wrap_before_multiplicative_operator=true | ||||
| org.eclipse.jdt.core.formatter.wrap_before_or_operator_multicatch=true | ||||
| org.eclipse.jdt.core.formatter.wrap_before_relational_operator=true | ||||
| org.eclipse.jdt.core.formatter.wrap_before_shift_operator=true | ||||
| org.eclipse.jdt.core.formatter.wrap_before_string_concatenation=true | ||||
| org.eclipse.jdt.core.formatter.wrap_outer_expressions_when_nested=true | ||||
| org.eclipse.jdt.core.javaFormatter=org.eclipse.jdt.core.defaultJavaFormatter | ||||
|   | ||||
| @@ -12,7 +12,7 @@ cleanup.always_use_parentheses_in_expressions=true | ||||
| cleanup.always_use_this_for_non_static_field_access=false | ||||
| cleanup.always_use_this_for_non_static_method_access=false | ||||
| cleanup.convert_functional_interfaces=false | ||||
| cleanup.convert_to_enhanced_for_loop=true | ||||
| cleanup.convert_to_enhanced_for_loop=false | ||||
| cleanup.correct_indentation=false | ||||
| cleanup.format_source_code=true | ||||
| cleanup.format_source_code_changes_only=false | ||||
| @@ -24,7 +24,9 @@ cleanup.make_type_abstract_if_missing_method=false | ||||
| cleanup.make_variable_declarations_final=true | ||||
| cleanup.never_use_blocks=false | ||||
| cleanup.never_use_parentheses_in_expressions=false | ||||
| cleanup.number_suffix=false | ||||
| cleanup.organize_imports=true | ||||
| cleanup.push_down_negation=false | ||||
| cleanup.qualify_static_field_accesses_with_declaring_class=false | ||||
| cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true | ||||
| cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true | ||||
| @@ -37,6 +39,7 @@ cleanup.remove_redundant_type_arguments=true | ||||
| cleanup.remove_trailing_whitespaces=false | ||||
| cleanup.remove_trailing_whitespaces_all=true | ||||
| cleanup.remove_trailing_whitespaces_ignore_empty=true | ||||
| cleanup.remove_unnecessary_array_creation=false | ||||
| cleanup.remove_unnecessary_casts=true | ||||
| cleanup.remove_unnecessary_nls_tags=true | ||||
| cleanup.remove_unused_imports=true | ||||
| @@ -45,11 +48,14 @@ cleanup.remove_unused_private_fields=false | ||||
| cleanup.remove_unused_private_members=true | ||||
| cleanup.remove_unused_private_methods=false | ||||
| cleanup.remove_unused_private_types=true | ||||
| cleanup.simplify_lambda_expression_and_method_ref=false | ||||
| cleanup.sort_members=false | ||||
| cleanup.sort_members_all=false | ||||
| cleanup.use_anonymous_class_creation=false | ||||
| cleanup.use_autoboxing=false | ||||
| cleanup.use_blocks=true | ||||
| cleanup.use_blocks_only_for_return_and_throw=false | ||||
| cleanup.use_directly_map_method=false | ||||
| cleanup.use_lambda=true | ||||
| cleanup.use_parentheses_in_expressions=true | ||||
| cleanup.use_this_for_non_static_field_access=true | ||||
| @@ -57,12 +63,13 @@ cleanup.use_this_for_non_static_field_access_only_if_necessary=true | ||||
| cleanup.use_this_for_non_static_method_access=true | ||||
| cleanup.use_this_for_non_static_method_access_only_if_necessary=true | ||||
| cleanup.use_type_arguments=false | ||||
| cleanup.use_unboxing=false | ||||
| cleanup_profile=_L2J-Mobius Clean Up | ||||
| cleanup_settings_version=2 | ||||
| eclipse.preferences.version=1 | ||||
| editor_save_participant_org.eclipse.jdt.ui.postsavelistener.cleanup=true | ||||
| formatter_profile=_L2J-Mobius Formatter | ||||
| formatter_settings_version=15 | ||||
| formatter_settings_version=19 | ||||
| org.eclipse.jdt.ui.exception.name=e | ||||
| org.eclipse.jdt.ui.gettersetter.use.is=true | ||||
| org.eclipse.jdt.ui.ignorelowercasenames=true | ||||
| @@ -87,7 +94,7 @@ sp_cleanup.always_use_parentheses_in_expressions=true | ||||
| sp_cleanup.always_use_this_for_non_static_field_access=false | ||||
| sp_cleanup.always_use_this_for_non_static_method_access=false | ||||
| sp_cleanup.convert_functional_interfaces=true | ||||
| sp_cleanup.convert_to_enhanced_for_loop=true | ||||
| sp_cleanup.convert_to_enhanced_for_loop=false | ||||
| sp_cleanup.correct_indentation=false | ||||
| sp_cleanup.format_source_code=true | ||||
| sp_cleanup.format_source_code_changes_only=false | ||||
| @@ -99,18 +106,23 @@ sp_cleanup.make_type_abstract_if_missing_method=false | ||||
| sp_cleanup.make_variable_declarations_final=true | ||||
| sp_cleanup.never_use_blocks=false | ||||
| sp_cleanup.never_use_parentheses_in_expressions=false | ||||
| sp_cleanup.number_suffix=false | ||||
| sp_cleanup.on_save_use_additional_actions=true | ||||
| sp_cleanup.organize_imports=true | ||||
| sp_cleanup.push_down_negation=false | ||||
| sp_cleanup.qualify_static_field_accesses_with_declaring_class=false | ||||
| sp_cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true | ||||
| sp_cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true | ||||
| sp_cleanup.qualify_static_member_accesses_with_declaring_class=true | ||||
| sp_cleanup.qualify_static_method_accesses_with_declaring_class=false | ||||
| sp_cleanup.remove_private_constructors=true | ||||
| sp_cleanup.remove_redundant_modifiers=false | ||||
| sp_cleanup.remove_redundant_semicolons=false | ||||
| sp_cleanup.remove_redundant_type_arguments=false | ||||
| sp_cleanup.remove_trailing_whitespaces=false | ||||
| sp_cleanup.remove_trailing_whitespaces_all=true | ||||
| sp_cleanup.remove_trailing_whitespaces_ignore_empty=true | ||||
| sp_cleanup.remove_unnecessary_array_creation=false | ||||
| sp_cleanup.remove_unnecessary_casts=true | ||||
| sp_cleanup.remove_unnecessary_nls_tags=true | ||||
| sp_cleanup.remove_unused_imports=true | ||||
| @@ -119,11 +131,14 @@ sp_cleanup.remove_unused_private_fields=true | ||||
| sp_cleanup.remove_unused_private_members=false | ||||
| sp_cleanup.remove_unused_private_methods=true | ||||
| sp_cleanup.remove_unused_private_types=true | ||||
| sp_cleanup.simplify_lambda_expression_and_method_ref=false | ||||
| sp_cleanup.sort_members=false | ||||
| sp_cleanup.sort_members_all=false | ||||
| sp_cleanup.use_anonymous_class_creation=false | ||||
| sp_cleanup.use_autoboxing=false | ||||
| sp_cleanup.use_blocks=true | ||||
| sp_cleanup.use_blocks_only_for_return_and_throw=false | ||||
| sp_cleanup.use_directly_map_method=false | ||||
| sp_cleanup.use_lambda=true | ||||
| sp_cleanup.use_parentheses_in_expressions=true | ||||
| sp_cleanup.use_this_for_non_static_field_access=false | ||||
| @@ -131,3 +146,4 @@ sp_cleanup.use_this_for_non_static_field_access_only_if_necessary=true | ||||
| sp_cleanup.use_this_for_non_static_method_access=false | ||||
| sp_cleanup.use_this_for_non_static_method_access_only_if_necessary=true | ||||
| sp_cleanup.use_type_arguments=false | ||||
| sp_cleanup.use_unboxing=false | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 MobiusDevelopment
					MobiusDevelopment