13bae524fSMatthias Sohneclipse.preferences.version=1 23bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.annotation.inheritNullAnnotations=disabled 33bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.annotation.missingNonNullByDefaultAnnotation=ignore 43bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.annotation.nonnull=org.eclipse.jdt.annotation.NonNull 53bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.annotation.nonnullbydefault=org.eclipse.jdt.annotation.NonNullByDefault 63bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.annotation.nullable=org.eclipse.jdt.annotation.Nullable 73bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled 83bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 93bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate 10ab79ce91SMatthias Sohnorg.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 113bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve 12ab79ce91SMatthias Sohnorg.eclipse.jdt.core.compiler.compliance=1.8 133bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.debug.lineNumber=generate 143bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.debug.localVariable=generate 153bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.debug.sourceFile=generate 163bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.doc.comment.support=enabled 173bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning 183bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.assertIdentifier=error 193bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.autoboxing=warning 203bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.comparingIdentical=error 213bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.deadCode=error 223bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.deprecation=warning 233bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled 243bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled 253bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.discouragedReference=warning 263bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.emptyStatement=warning 273bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.enumIdentifier=error 28a573dfc6SDavid Pursehouseorg.eclipse.jdt.core.compiler.problem.explicitlyClosedAutoCloseable=warning 293bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.fallthroughCase=warning 303bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.fatalOptionalError=disabled 313bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.fieldHiding=warning 323bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.finalParameterBound=warning 333bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.finallyBlockNotCompletingNormally=error 343bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.forbiddenReference=error 353bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.hiddenCatchBlock=error 363bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.includeNullInfoFromAsserts=enabled 373bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=warning 383bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch=warning 393bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.indirectStaticAccess=error 403bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.invalidJavadoc=error 413bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.invalidJavadocTags=enabled 423bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.invalidJavadocTagsDeprecatedRef=enabled 433bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.invalidJavadocTagsNotVisibleRef=enabled 443bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.invalidJavadocTagsVisibility=private 453bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.localVariableHiding=warning 463bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.methodWithConstructorName=error 473bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.missingDefaultCase=ignore 483bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.missingDeprecatedAnnotation=ignore 493bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.missingEnumCaseDespiteDefault=disabled 503bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.missingHashCodeMethod=error 513bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.missingJavadocComments=ignore 523bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.missingJavadocCommentsOverriding=disabled 533bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.missingJavadocCommentsVisibility=protected 543bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.missingJavadocTagDescription=return_tag 55*12f39c26SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.missingJavadocTags=ignore 563bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.missingJavadocTagsMethodTypeParameters=disabled 573bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.missingJavadocTagsOverriding=disabled 583bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.missingJavadocTagsVisibility=private 597ac182f4SDavid Pursehouseorg.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation=warning 603bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.missingOverrideAnnotationForInterfaceMethodImplementation=enabled 613bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.missingSerialVersion=warning 623bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.missingSynchronizedOnInheritedMethod=ignore 633bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.noEffectAssignment=error 643bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.noImplicitStringConversion=error 653bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.nonExternalizedStringLiteral=ignore 663bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.nonnullParameterAnnotationDropped=warning 673bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.nullAnnotationInferenceConflict=error 683bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.nullReference=error 693bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.nullSpecViolation=error 703bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.nullUncheckedConversion=warning 713bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.overridingPackageDefaultMethod=warning 723bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.parameterAssignment=ignore 733bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.possibleAccidentalBooleanAssignment=error 743bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.potentialNullReference=warning 753bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable=ignore 763bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.rawTypeReference=ignore 773bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.redundantNullAnnotation=warning 783bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.redundantNullCheck=warning 793b444863SDavid Pursehouseorg.eclipse.jdt.core.compiler.problem.redundantSpecificationOfTypeArguments=warning 803bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.redundantSuperinterface=error 813bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.reportMethodCanBePotentiallyStatic=ignore 823bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.reportMethodCanBeStatic=ignore 833bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.specialParameterHidingField=disabled 843bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.staticAccessReceiver=error 853bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.suppressOptionalErrors=disabled 863bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.suppressWarnings=enabled 873bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.syntacticNullAnalysisForFields=disabled 883bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation=ignore 893bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.typeParameterHiding=warning 903bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.unavoidableGenericTypeProblems=enabled 913bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.uncheckedTypeOperation=warning 923bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.unclosedCloseable=warning 933bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock=warning 947ebd434eSDavid Pursehouseorg.eclipse.jdt.core.compiler.problem.unhandledWarningToken=ignore 9598cdca9bSDavid Pursehouseorg.eclipse.jdt.core.compiler.problem.unnecessaryElse=warning 963bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck=error 973bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.unqualifiedFieldAccess=ignore 983bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException=error 993bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionExemptExceptionAndThrowable=enabled 1003bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionIncludeDocCommentReference=enabled 1013bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=disabled 1024528d5f5SDavid Pursehouseorg.eclipse.jdt.core.compiler.problem.unusedExceptionParameter=ignore 1033bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.unusedImport=error 1043bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.unusedLabel=error 1053bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.unusedLocal=error 1063bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.unusedObjectAllocation=warning 1073bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.unusedParameter=warning 1083bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.unusedParameterIncludeDocCommentReference=enabled 1093bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract=disabled 1103bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disabled 1113bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.unusedPrivateMember=error 1123bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.unusedTypeParameter=ignore 1133bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning 1143bae524fSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=error 115ab79ce91SMatthias Sohnorg.eclipse.jdt.core.compiler.source=1.8 1163bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.align_type_members_on_columns=false 1173bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16 1183bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_arguments_in_annotation=0 1193bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant=16 1203bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call=16 1213bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation=16 1223bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression=16 1233bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_assignment=0 1243bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_binary_expression=16 1253bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_compact_if=16 1263bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_conditional_expression=80 1273bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_enum_constants=0 1283bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer=16 1293bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_method_declaration=0 1303bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_multiple_fields=16 1313bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration=16 1323bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration=16 1333bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_resources_in_try=80 1343bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation=16 1353bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration=16 1363bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration=16 1373bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_type_declaration=16 1383bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_constructor_declaration=16 1393bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_method_declaration=16 1403bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_union_type_in_multicatch=16 1413bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.blank_lines_after_imports=1 1423bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.blank_lines_after_package=1 1433bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.blank_lines_before_field=1 1443bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.blank_lines_before_first_class_body_declaration=0 1453bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.blank_lines_before_imports=1 1463bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.blank_lines_before_member_type=1 1473bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.blank_lines_before_method=1 1483bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.blank_lines_before_new_chunk=1 1493bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.blank_lines_before_package=0 1503bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.blank_lines_between_import_groups=1 1513bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.blank_lines_between_type_declarations=1 1523bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.brace_position_for_annotation_type_declaration=end_of_line 1533bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.brace_position_for_anonymous_type_declaration=end_of_line 1543bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.brace_position_for_array_initializer=end_of_line 1553bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.brace_position_for_block=end_of_line 1563bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.brace_position_for_block_in_case=end_of_line 1573bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.brace_position_for_constructor_declaration=end_of_line 1583bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.brace_position_for_enum_constant=end_of_line 1593bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.brace_position_for_enum_declaration=end_of_line 1603bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.brace_position_for_method_declaration=end_of_line 1613bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.brace_position_for_switch=end_of_line 1623bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.brace_position_for_type_declaration=end_of_line 1633bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.comment.clear_blank_lines=false 1643bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_block_comment=false 1653bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_javadoc_comment=false 1663bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.comment.format_block_comments=true 1673bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.comment.format_comments=true 1683bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.comment.format_header=false 1693bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.comment.format_html=true 1703bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.comment.format_javadoc_comments=true 1713bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.comment.format_line_comments=true 1723bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.comment.format_source_code=true 1733bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.comment.indent_parameter_description=true 1743bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.comment.indent_root_tags=true 1753bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags=insert 1763bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter=insert 1773bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.comment.line_length=80 1783bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.comment.new_lines_at_block_boundaries=true 1793bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.comment.new_lines_at_javadoc_boundaries=true 1803bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.comment.preserve_white_space_between_code_and_line_comments=false 1813bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.compact_else_if=true 1823bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.continuation_indentation=2 1833bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.continuation_indentation_for_array_initializer=2 1843bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.disabling_tag=@formatter\:off 1853bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.enabling_tag=@formatter\:on 1863bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.format_guardian_clause_on_one_line=false 1873bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.format_line_comment_starting_on_first_column=true 1883bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_annotation_declaration_header=true 1893bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_constant_header=true 1903bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_declaration_header=true 1913bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_type_header=true 1923bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.indent_breaks_compare_to_cases=true 1933bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.indent_empty_lines=false 1943bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.indent_statements_compare_to_block=true 1953bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.indent_statements_compare_to_body=true 1963bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_cases=true 1973bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch=false 1983bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.indentation.size=4 1993bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_new_line_after_annotation=insert 2003bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_field=insert 2013bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_local_variable=insert 2023bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_member=insert 2033bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_method=insert 2043bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_package=insert 2053bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_parameter=insert 2063bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_type=insert 2073bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_new_line_after_label=do not insert 2083bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer=do not insert 2093bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_new_line_at_end_of_file_if_missing=do not insert 2103bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_new_line_before_catch_in_try_statement=do not insert 2113bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_new_line_before_closing_brace_in_array_initializer=do not insert 2123bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_new_line_before_else_in_if_statement=do not insert 2133bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_new_line_before_finally_in_try_statement=do not insert 2143bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_new_line_before_while_in_do_statement=do not insert 2153bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_new_line_in_empty_annotation_declaration=insert 2163bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_new_line_in_empty_anonymous_type_declaration=insert 2173bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_new_line_in_empty_block=insert 2183bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_constant=insert 2193bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_declaration=insert 2203bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_new_line_in_empty_method_body=insert 2213bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_new_line_in_empty_type_declaration=insert 2223bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_and_in_type_parameter=insert 2233bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_assignment_operator=insert 2243bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation=do not insert 2253bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation_type_declaration=do not insert 2263bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_binary_operator=insert 2273bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_arguments=insert 2283bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_parameters=insert 2293bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_closing_brace_in_block=insert 2303bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_closing_paren_in_cast=insert 2313bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_colon_in_assert=insert 2323bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_colon_in_case=insert 2333bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_colon_in_conditional=insert 2343bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_colon_in_for=insert 2353bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_colon_in_labeled_statement=insert 2363bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_allocation_expression=insert 2373bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_annotation=insert 2383bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_array_initializer=insert 2393bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_parameters=insert 2403bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_throws=insert 2413bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_constant_arguments=insert 2423bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_declarations=insert 2433bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_explicitconstructorcall_arguments=insert 2443bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_increments=insert 2453bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_inits=insert 2463bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_parameters=insert 2473bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_throws=insert 2483bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_invocation_arguments=insert 2493bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_field_declarations=insert 2503bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_local_declarations=insert 2513bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_parameterized_type_reference=insert 2523bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_superinterfaces=insert 2533bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_arguments=insert 2543bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_parameters=insert 2553bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_ellipsis=insert 2563bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference=do not insert 2573bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_arguments=do not insert 2583bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_parameters=do not insert 2593bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_opening_brace_in_array_initializer=insert 2603bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_allocation_expression=do not insert 2613bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_reference=do not insert 2623bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_annotation=do not insert 2633bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_cast=do not insert 2643bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_catch=do not insert 2653bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_constructor_declaration=do not insert 2663bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_enum_constant=do not insert 2673bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_for=do not insert 2683bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_if=do not insert 2693bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_declaration=do not insert 2703bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_invocation=do not insert 2713bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_parenthesized_expression=do not insert 2723bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_switch=do not insert 2733bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_synchronized=do not insert 2743bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_try=do not insert 2753bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_while=do not insert 2763bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_postfix_operator=do not insert 2773bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_prefix_operator=do not insert 2783bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_question_in_conditional=insert 2793bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_question_in_wildcard=do not insert 2803bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for=insert 2813bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_try_resources=insert 2823bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_unary_operator=do not insert 2833bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_and_in_type_parameter=insert 2843bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_assignment_operator=insert 2853bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_at_in_annotation_type_declaration=insert 2863bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_binary_operator=insert 2873bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_parameterized_type_reference=do not insert 2883bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_arguments=do not insert 2893bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_parameters=do not insert 2903bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_closing_brace_in_array_initializer=insert 2913bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_allocation_expression=do not insert 2923bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_reference=do not insert 2933bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_annotation=do not insert 2943bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_cast=do not insert 2953bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_catch=do not insert 2963bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_constructor_declaration=do not insert 2973bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_enum_constant=do not insert 2983bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_for=do not insert 2993bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_if=do not insert 3003bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_declaration=do not insert 3013bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_invocation=do not insert 3023bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_parenthesized_expression=do not insert 3033bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_switch=do not insert 3043bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_synchronized=do not insert 3053bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_try=do not insert 3063bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_while=do not insert 3073bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_colon_in_assert=insert 3083bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_colon_in_case=do not insert 3093bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_colon_in_conditional=insert 3103bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_colon_in_default=do not insert 3113bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_colon_in_for=insert 3123bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_colon_in_labeled_statement=do not insert 3133bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_allocation_expression=do not insert 3143bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_annotation=do not insert 3153bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_array_initializer=do not insert 3163bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_parameters=do not insert 3173bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_throws=do not insert 3183bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_constant_arguments=do not insert 3193bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_declarations=do not insert 3203bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_explicitconstructorcall_arguments=do not insert 3213bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_increments=do not insert 3223bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_inits=do not insert 3233bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_parameters=do not insert 3243bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_throws=do not insert 3253bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_invocation_arguments=do not insert 3263bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_field_declarations=do not insert 3273bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_local_declarations=do not insert 3283bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_parameterized_type_reference=do not insert 3293bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_superinterfaces=do not insert 3303bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_arguments=do not insert 3313bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_parameters=do not insert 3323bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_ellipsis=do not insert 3333bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_parameterized_type_reference=do not insert 3343bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_arguments=do not insert 3353bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_parameters=do not insert 3363bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_annotation_type_declaration=insert 3373bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_anonymous_type_declaration=insert 3383bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_array_initializer=insert 3393bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_block=insert 3403bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_constructor_declaration=insert 3413bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_constant=insert 3423bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_declaration=insert 3433bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_method_declaration=insert 3443bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_switch=insert 3453bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_type_declaration=insert 3463bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_allocation_expression=do not insert 3473bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_reference=do not insert 3483bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_type_reference=do not insert 3493bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation=do not insert 3503bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation_type_member_declaration=do not insert 3513bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_catch=insert 3523bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_constructor_declaration=do not insert 3533bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_enum_constant=do not insert 3543bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_for=insert 3553bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_if=insert 3563bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_declaration=do not insert 3573bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_invocation=do not insert 3583bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_parenthesized_expression=do not insert 3593bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_switch=insert 3603bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_synchronized=insert 3613bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_try=insert 3623bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_while=insert 3633bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_return=insert 3643bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_throw=insert 3653bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_postfix_operator=do not insert 3663bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_prefix_operator=do not insert 3673bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_question_in_conditional=insert 3683bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_question_in_wildcard=do not insert 3693bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_semicolon=do not insert 3703bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_for=do not insert 3713bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_try_resources=do not insert 3723bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_unary_operator=do not insert 3733bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_between_brackets_in_array_type_reference=do not insert 3743bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_between_empty_braces_in_array_initializer=do not insert 3753bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_between_empty_brackets_in_array_allocation_expression=do not insert 3763bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_annotation_type_member_declaration=do not insert 3773bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_constructor_declaration=do not insert 3783bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_enum_constant=do not insert 3793bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_declaration=do not insert 3803bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_invocation=do not insert 3813bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.join_lines_in_comments=true 3823bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.join_wrapped_lines=true 3833bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.keep_else_statement_on_same_line=false 3843bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.keep_empty_array_initializer_on_one_line=false 3853bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.keep_imple_if_on_one_line=false 3863bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.keep_then_statement_on_same_line=false 3873bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.lineSplit=80 3883bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.never_indent_block_comments_on_first_column=false 3893bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.never_indent_line_comments_on_first_column=false 3903bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.number_of_blank_lines_at_beginning_of_method_body=0 3913bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.number_of_empty_lines_to_preserve=1 3923bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.put_empty_statement_on_new_line=true 3933bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.tabulation.char=tab 3943bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.tabulation.size=4 3953bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.use_on_off_tags=true 3963bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations=false 3973bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.wrap_before_binary_operator=true 3983bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.wrap_before_or_operator_multicatch=true 3993bae524fSMatthias Sohnorg.eclipse.jdt.core.formatter.wrap_outer_expressions_when_nested=true 400