blob: 6ec7b84527fb4755a2e408c3a08a5e162873cf21 [file] [log] [blame]
# suppress inspection "UnusedProperty" for whole file
#
# A set of properties describing a map from Eclipse settings to equivalent Intellij IDEA ones.
# Property value format:
# [Language:[IndentOptions:]]OPTION_NAME
#
# If Language is omitted, root CodeStyleSettings are used, otherwise CommonCodeStyleSettings for the specified Language.
# OPTION_NAME = <programmatic> means that the value is set programmatically, probably for many target options at a time.
#
#org.eclipse.jdt.core.formatter.insert_space_after_comma_in_annotation=
#org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_parameters=
org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_type_declaration=Java:SPACE_BEFORE_CLASS_LBRACE
org.eclipse.jdt.core.formatter.disabling_tag=FORMATTER_OFF_TAG
org.eclipse.jdt.core.formatter.enabling_tag=FORMATTER_ON_TAG
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_arguments=Java:SPACE_AFTER_COMMA_IN_TYPE_ARGUMENTS
#org.eclipse.jdt.core.formatter.brace_position_for_anonymous_type_declaration=
#org.eclipse.jdt.core.formatter.insert_space_before_colon_in_case=
org.eclipse.jdt.core.formatter.insert_space_after_opening_brace_in_array_initializer=Java:SPACE_WITHIN_ARRAY_INITIALIZER_BRACES
#org.eclipse.jdt.core.formatter.comment.new_lines_at_block_boundaries=
#org.eclipse.jdt.core.formatter.insert_new_line_in_empty_annotation_declaration=
org.eclipse.jdt.core.formatter.insert_new_line_before_closing_brace_in_array_initializer=Java:ARRAY_INITIALIZER_RBRACE_ON_NEXT_LINE
org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_annotation=Java:SPACE_WITHIN_ANNOTATION_PARENTHESES
org.eclipse.jdt.core.formatter.blank_lines_before_field=Java:BLANK_LINES_AROUND_FIELD
org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_while=Java:SPACE_WITHIN_WHILE_PARENTHESES
org.eclipse.jdt.core.formatter.use_on_off_tags=FORMATTER_TAGS_ENABLED
#org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_annotation_type_member_declaration=
org.eclipse.jdt.core.formatter.insert_new_line_before_else_in_if_statement=Java:ELSE_ON_NEW_LINE
#org.eclipse.jdt.core.formatter.insert_space_after_prefix_operator=
#org.eclipse.jdt.core.formatter.keep_else_statement_on_same_line=
#org.eclipse.jdt.core.formatter.insert_space_after_ellipsis=
#org.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter=
#org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_annotation_type_declaration=
#org.eclipse.jdt.core.formatter.indent_breaks_compare_to_cases=
#org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation=
#org.eclipse.jdt.core.formatter.alignment_for_multiple_fields=
org.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer=Java:<Programmatic>
org.eclipse.jdt.core.formatter.alignment_for_conditional_expression=Java:<Programmatic>
org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_for=Java:SPACE_BEFORE_FOR_PARENTHESES
org.eclipse.jdt.core.formatter.insert_space_after_binary_operator=Java:<Programmatic>
#org.eclipse.jdt.core.formatter.insert_space_before_question_in_wildcard=
#org.eclipse.jdt.core.formatter.brace_position_for_array_initializer=
#org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_enum_constant=
org.eclipse.jdt.core.formatter.insert_new_line_before_finally_in_try_statement=Java:FINALLY_ON_NEW_LINE
#org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_local_variable=
org.eclipse.jdt.core.formatter.insert_new_line_before_catch_in_try_statement=Java:CATCH_ON_NEW_LINE
org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_while=Java:SPACE_BEFORE_WHILE_PARENTHESES
org.eclipse.jdt.core.formatter.blank_lines_after_package=Java:BLANK_LINES_AFTER_PACKAGE
#org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_parameters=
org.eclipse.jdt.core.formatter.continuation_indentation=Java:IndentOptions:<Programmatic>
#org.eclipse.jdt.core.formatter.insert_space_after_postfix_operator=
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation=Java:<Programmatic>
#org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_arguments=
#org.eclipse.jdt.core.formatter.insert_space_before_comma_in_superinterfaces=
#org.eclipse.jdt.core.formatter.blank_lines_before_new_chunk=
#org.eclipse.jdt.core.formatter.insert_space_before_binary_operator=
org.eclipse.jdt.core.formatter.blank_lines_before_package=Java:BLANK_LINES_BEFORE_PACKAGE
#org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_constant_arguments=
#org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_constructor_declaration=
#org.eclipse.jdt.core.formatter.comment.format_line_comments=
#org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_arguments=
#org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_declarations=
#org.eclipse.jdt.core.formatter.join_wrapped_lines=
org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_block=Java:<Programmatic>
#org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call=
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_invocation_arguments=Java:SPACE_BEFORE_COMMA
#org.eclipse.jdt.core.formatter.blank_lines_before_member_type=
org.eclipse.jdt.core.formatter.align_type_members_on_columns=Java:ALIGN_GROUP_FIELD_DECLARATIONS
#org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_enum_constant=
org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_for=Java:SPACE_WITHIN_FOR_PARENTHESES
org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_method_declaration=Java:SPACE_BEFORE_METHOD_LBRACE
org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation=Java:<Programmatic>
org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_switch=Java:SPACE_WITHIN_SWITCH_PARENTHESES
org.eclipse.jdt.core.formatter.insert_space_after_unary_operator=Java:SPACE_AROUND_UNARY_OPERATOR
#org.eclipse.jdt.core.formatter.insert_space_after_colon_in_case=
#org.eclipse.jdt.core.formatter.comment.indent_parameter_description=
org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_declaration=Java:SPACE_WITHIN_METHOD_PARENTHESES
org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_switch=Java:SPACE_WITHIN_SWITCH_PARENTHESES
#org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_declaration=
#org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_parameters=
#org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_block_comment=
#org.eclipse.jdt.core.formatter.insert_new_line_in_empty_type_declaration=
org.eclipse.jdt.core.formatter.lineSplit=RIGHT_MARGIN
org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_if=Java:SPACE_BEFORE_IF_PARENTHESES
org.eclipse.jdt.core.formatter.insert_space_between_brackets_in_array_type_reference=Java:SPACE_WITHIN_BRACKETS
org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_parenthesized_expression=Java:SPACE_WITHIN_PARENTHESES
#org.eclipse.jdt.core.formatter.insert_space_before_comma_in_explicitconstructorcall_arguments=
#org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_constructor_declaratio n=
org.eclipse.jdt.core.formatter.blank_lines_before_first_class_body_declaration=Java:<Programmatic>
#org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_method=
org.eclipse.jdt.core.formatter.indentation.size=Java:IndentOptions:INDENT_SIZE
org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_declaration=Java:SPACE_WITHIN_EMPTY_METHOD_PARENTHESES
#org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_enum_constant=
#org.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration=Java:ALIGN_MULTILINE_EXTENDS_LIST
org.eclipse.jdt.core.formatter.alignment_for_assignment=Java:<Programmatic>
org.eclipse.jdt.core.formatter.tabulation.char=Java:IndentOptions:<Programmatic>
#org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_parameters=
#org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_try_resources=
#org.eclipse.jdt.core.formatter.insert_space_before_prefix_operator=
#org.eclipse.jdt.core.formatter.indent_statements_compare_to_body=
org.eclipse.jdt.core.formatter.blank_lines_before_method=Java:BLANK_LINES_AROUND_METHOD
#org.eclipse.jdt.core.formatter.wrap_outer_expressions_when_nested=
#org.eclipse.jdt.core.formatter.format_guardian_clause_on_one_line=
#org.eclipse.jdt.core.formatter.insert_space_before_colon_in_for=
#org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_cast=
#org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration=
#org.eclipse.jdt.core.formatter.insert_space_after_colon_in_labeled_statement=
#org.eclipse.jdt.core.formatter.brace_position_for_annotation_type_declaration=
#org.eclipse.jdt.core.formatter.insert_new_line_in_empty_method_body=
#org.eclipse.jdt.core.formatter.alignment_for_method_declaration=
org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_invocation=Java:SPACE_WITHIN_METHOD_CALL_PARENTHESES
org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_try=Java:SPACE_WITHIN_TRY_PARENTHESES
#org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_allocation_expression=
#org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_constant=
#org.eclipse.jdt.core.formatter.insert_space_before_comma_in_annotation=
#org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation_type_declaration=
#org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_throws=
org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_if=Java:SPACE_WITHIN_IF_PARENTHESES
#org.eclipse.jdt.core.formatter.brace_position_for_switch=
#org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_throws=
#org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_return=
org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation=Java:SPACE_BEFORE_ANOTATION_PARAMETER_LIST
org.eclipse.jdt.core.formatter.insert_space_after_question_in_conditional=Java:SPACE_AFTER_QUEST
#org.eclipse.jdt.core.formatter.insert_space_after_question_in_wildcard=
org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_try=Java:SPACE_WITHIN_TRY_PARENTHESES
#org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_allocation_expression=
#org.eclipse.jdt.core.formatter.comment.preserve_white_space_between_code_and_line_comments=
#org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_throw=
#org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_arguments=
org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch=Java:INDENT_CASE_FROM_SWITCH
#org.eclipse.jdt.core.formatter.insert_space_before_ellipsis=
org.eclipse.jdt.core.formatter.brace_position_for_block=Java:BRACE_STYLE
#org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_inits=
org.eclipse.jdt.core.formatter.brace_position_for_method_declaration=Java:METHOD_BRACE_STYLE
org.eclipse.jdt.core.formatter.compact_else_if=Java:SPECIAL_ELSE_IF_TREATMENT
#org.eclipse.jdt.core.formatter.wrap_before_or_operator_multicatch=
#org.eclipse.jdt.core.formatter.insert_space_before_comma_in_array_initializer=
#org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_increments=
#org.eclipse.jdt.core.formatter.format_line_comment_starting_on_first_column=
org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_reference=Java:SPACE_WITHIN_BRACKETS
#org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_field=
#org.eclipse.jdt.core.formatter.comment.indent_root_tags=
#org.eclipse.jdt.core.formatter.brace_position_for_enum_constant=
#org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_declarations=
#org.eclipse.jdt.core.formatter.alignment_for_union_type_in_multicatch=
#org.eclipse.jdt.core.formatter.insert_space_after_comma_in_explicitconstructorcall_arguments=
org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_switch=Java:SPACE_BEFORE_SWITCH_LBRACE
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_parameters=Java:SPACE_BEFORE_COMMA
#org.eclipse.jdt.core.formatter.insert_space_after_comma_in_superinterfaces=
#org.eclipse.jdt.core.formatter.insert_space_before_comma_in_allocation_expression=
org.eclipse.jdt.core.formatter.tabulation.size=Java:IndentOptions:<Programmatic>
#org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_type_reference=
#org.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer=Java:ARRAY_INITIALIZER_LBRACE_ON_NEXT_LINE
org.eclipse.jdt.core.formatter.insert_space_after_closing_brace_in_block=Java:<Programmatic>
#org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_reference=
#org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_constant=
#org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_arguments=
#org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_constructor_declaration=
#org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_throws=
org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_if=Java:SPACE_WITHIN_IF_PARENTHESES
org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_javadoc_comment=<Programmatic>
#org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_constructor_declaration=
org.eclipse.jdt.core.formatter.insert_space_after_assignment_operator=Java:SPACE_AROUND_ASSIGNMENT_OPERATORS
org.eclipse.jdt.core.formatter.insert_space_before_assignment_operator=Java:SPACE_AROUND_ASSIGNMENT_OPERATORS
#org.eclipse.jdt.core.formatter.indent_empty_lines=
org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_synchronized=Java:SPACE_WITHIN_SYNCHRONIZED_PARENTHESES
org.eclipse.jdt.core.formatter.insert_space_after_closing_paren_in_cast=Java:SPACE_AFTER_TYPE_CAST
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_parameters=Java:SPACE_AFTER_COMMA
#org.eclipse.jdt.core.formatter.brace_position_for_block_in_case=
org.eclipse.jdt.core.formatter.number_of_empty_lines_to_preserve=Java:<Programmatic>
org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_declaration=Java:SPACE_BEFORE_METHOD_PARENTHESES
org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_catch=Java:SPACE_WITHIN_CATCH_PARENTHESES
#org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_constructor_declaration=
org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_invocation=Java:SPACE_BEFORE_METHOD_CALL_PARENTHESES
org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_reference=Java:SPACE_WITHIN_BRACKETS
#org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression=
#org.eclipse.jdt.core.formatter.insert_space_after_and_in_type_parameter=
#org.eclipse.jdt.core.compiler.compliance=
#org.eclipse.jdt.core.formatter.continuation_indentation_for_array_initializer=
#org.eclipse.jdt.core.formatter.insert_space_between_empty_brackets_in_array_allocation_expression=
#org.eclipse.jdt.core.formatter.insert_space_before_at_in_annotation_type_declaration=
#org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=
org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_cast=Java:SPACE_WITHIN_CAST_PARENTHESES
org.eclipse.jdt.core.formatter.insert_space_before_unary_operator=Java:SPACE_AROUND_UNARY_OPERATOR
#org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_parameterized_type_reference=
#org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_anonymous_type_declaration=
#org.eclipse.jdt.core.formatter.keep_empty_array_initializer_on_one_line=
#org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_declaration=
org.eclipse.jdt.core.formatter.keep_imple_if_on_one_line=Java:KEEP_SIMPLE_BLOCKS_IN_ONE_LINE
#org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_parameters=
#org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_parameters=
org.eclipse.jdt.core.formatter.insert_new_line_at_end_of_file_if_missing=<Programmatic>
#org.eclipse.jdt.core.formatter.insert_space_after_colon_in_for=
#org.eclipse.jdt.core.formatter.insert_space_before_colon_in_labeled_statement=
#org.eclipse.jdt.core.formatter.insert_space_before_comma_in_parameterized_type_reference=
org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_type_declaration=Java:<Programmatic>
org.eclipse.jdt.core.formatter.alignment_for_binary_expression=Java:<Programmatic>
#org.eclipse.jdt.core.formatter.brace_position_for_enum_declaration=
#org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_type=
org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_while=Java:SPACE_WITHIN_WHILE_PARENTHESES
org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_try=Java:SPACE_BEFORE_TRY_PARENTHESES
#org.eclipse.jdt.core.formatter.put_empty_statement_on_new_line=
#org.eclipse.jdt.core.formatter.insert_new_line_after_label=
#org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_parameter=
#org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_parameters=
org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_invocation=Java:SPACE_WITHIN_EMPTY_METHOD_CALL_PARENTHESES
org.eclipse.jdt.core.formatter.insert_new_line_before_while_in_do_statement=Java:WHILE_ON_NEW_LINE
#org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant=
org.eclipse.jdt.core.formatter.comment.format_javadoc_comments=ENABLE_JAVADOC_FORMATTING
#org.eclipse.jdt.core.formatter.comment.line_length=
#org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_package=
#org.eclipse.jdt.core.formatter.blank_lines_between_import_groups=
#org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_constant_arguments=
org.eclipse.jdt.core.formatter.insert_space_before_semicolon=Java:SPACE_BEFORE_SEMICOLON
#org.eclipse.jdt.core.formatter.brace_position_for_constructor_declaration=
org.eclipse.jdt.core.formatter.number_of_blank_lines_at_beginning_of_method_body=Java:BLANK_LINES_BEFORE_METHOD_BODY
org.eclipse.jdt.core.formatter.insert_space_before_colon_in_conditional=Java:SPACE_BEFORE_COLON
org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_type_header=Java:<Programmatic>
#org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation_type_member_declaration=
org.eclipse.jdt.core.formatter.wrap_before_binary_operator=Java:BINARY_OPERATION_SIGN_ON_NEXT_LINE
#org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_declaration_header=
org.eclipse.jdt.core.formatter.blank_lines_between_type_declarations=Java:BLANK_LINES_AROUND_CLASS
org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_synchronized=Java:SPACE_WITHIN_SYNCHRONIZED_PARENTHESES
#org.eclipse.jdt.core.formatter.indent_statements_compare_to_block=
#org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration=
#org.eclipse.jdt.core.formatter.join_lines_in_comments=
org.eclipse.jdt.core.formatter.insert_space_before_question_in_conditional=Java:SPACE_BEFORE_QUEST
#org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_field_declarations=
#org.eclipse.jdt.core.formatter.alignment_for_compact_if=
#org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_inits=
#org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_cases=
#org.eclipse.jdt.core.formatter.insert_space_after_comma_in_array_initializer=
#org.eclipse.jdt.core.formatter.insert_space_before_colon_in_default=
#org.eclipse.jdt.core.formatter.insert_space_before_and_in_type_parameter=
#org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_constructor_declaration=
org.eclipse.jdt.core.formatter.blank_lines_before_imports=Java:BLANK_LINES_BEFORE_IMPORTS
#org.eclipse.jdt.core.formatter.insert_space_after_colon_in_assert=
#org.eclipse.jdt.core.formatter.comment.format_html=
org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_method_declaration=Java:<Programmatic>
#org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_parameters=
#org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_allocation_expression=
#org.eclipse.jdt.core.formatter.insert_new_line_in_empty_anonymous_type_declaration=
org.eclipse.jdt.core.formatter.insert_space_after_colon_in_conditional=Java:SPACE_AFTER_COLON
#org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference=
org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_for=Java:SPACE_WITHIN_FOR_PARENTHESES
#org.eclipse.jdt.core.formatter.insert_space_before_postfix_operator=
#org.eclipse.jdt.core.formatter.comment.format_source_code=
org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_synchronized=Java:SPACE_BEFORE_SYNCHRONIZED_PARENTHESES
#org.eclipse.jdt.core.formatter.insert_space_after_comma_in_allocation_expression=
#org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_throws=
org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration=Java:<Programmatic>
org.eclipse.jdt.core.formatter.insert_space_before_closing_brace_in_array_initializer=Java:SPACE_WITHIN_ARRAY_INITIALIZER_BRACES
org.eclipse.jdt.core.formatter.alignment_for_resources_in_try=Java:<Programmatic>
org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations=Java:IndentOptions:SMART_TABS
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_annotation=Java:<Programmatic>
#org.eclipse.jdt.core.formatter.comment.format_header=
#org.eclipse.jdt.core.formatter.comment.format_block_comments=
#org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_enum_constant=
#org.eclipse.jdt.core.formatter.alignment_for_enum_constants=
#org.eclipse.jdt.core.formatter.insert_new_line_in_empty_block=
#org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_annotation_declaration_header=
org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_parenthesized_expression=Java:SPACE_WITHIN_PARENTHESES
#org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_parenthesized_expression=
org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_catch=Java:SPACE_WITHIN_CATCH_PARENTHESES
#org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_local_declarations=
org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_switch=Java:SPACE_BEFORE_SWITCH_PARENTHESES
#org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_increments=
org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_invocation=Java:SPACE_WITHIN_METHOD_CALL_PARENTHESES
#org.eclipse.jdt.core.formatter.insert_space_before_colon_in_assert=
org.eclipse.jdt.core.formatter.brace_position_for_type_declaration=Java:CLASS_BRACE_STYLE
org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_array_initializer=Java:SPACE_BEFORE_ARRAY_INITIALIZER_LBRACE
#org.eclipse.jdt.core.formatter.insert_space_between_empty_braces_in_array_initializer=
org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_declaration=Java:SPACE_WITHIN_METHOD_PARENTHESES
#org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_for=
org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_catch=Java:SPACE_BEFORE_CATCH_PARENTHESES
#org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_parameterized_type_reference=
#org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_field_declarations=
org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_annotation=Java:SPACE_WITHIN_ANNOTATION_PARENTHESES
#org.eclipse.jdt.core.formatter.insert_space_after_comma_in_parameterized_type_reference=
#org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_invocation_arguments=
#org.eclipse.jdt.core.formatter.comment.new_lines_at_javadoc_boundaries=
org.eclipse.jdt.core.formatter.blank_lines_after_imports=Java:BLANK_LINES_AFTER_IMPORTS
#org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_local_declarations=
#org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_constant_header=
#org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for=
org.eclipse.jdt.core.formatter.never_indent_line_comments_on_first_column=Java:KEEP_FIRST_COLUMN_COMMENT
#org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_try_resources=
#org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_arguments=
#org.eclipse.jdt.core.formatter.never_indent_block_comments_on_first_column=
org.eclipse.jdt.core.formatter.keep_then_statement_on_same_line=Java:KEEP_CONTROL_STATEMENT_IN_ONE_LINE