177848d63SMatthias Sohneclipse.preferences.version=1 277848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.annotation.inheritNullAnnotations=disabled 377848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.annotation.missingNonNullByDefaultAnnotation=ignore 477848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.annotation.nonnull=org.eclipse.jdt.annotation.NonNull 577848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.annotation.nonnullbydefault=org.eclipse.jdt.annotation.NonNullByDefault 677848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.annotation.nullable=org.eclipse.jdt.annotation.Nullable 777848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled 877848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 977848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate 1077848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 1177848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve 1277848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.compliance=1.8 1377848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.debug.lineNumber=generate 1477848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.debug.localVariable=generate 1577848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.debug.sourceFile=generate 1677848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.doc.comment.support=enabled 1777848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning 1877848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.assertIdentifier=error 1977848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.autoboxing=warning 2077848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.comparingIdentical=error 2177848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.deadCode=error 2277848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.deprecation=warning 2377848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled 2477848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled 2577848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.discouragedReference=warning 2677848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.emptyStatement=warning 2777848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.enumIdentifier=error 2877848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.explicitlyClosedAutoCloseable=warning 2977848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.fallthroughCase=warning 3077848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.fatalOptionalError=disabled 3177848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.fieldHiding=warning 3277848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.finalParameterBound=warning 3377848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.finallyBlockNotCompletingNormally=error 3477848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.forbiddenReference=error 3577848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.hiddenCatchBlock=error 3677848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.includeNullInfoFromAsserts=enabled 3777848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=warning 3877848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch=warning 3977848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.indirectStaticAccess=error 4077848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.invalidJavadoc=error 4177848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.invalidJavadocTags=enabled 4277848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.invalidJavadocTagsDeprecatedRef=enabled 4377848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.invalidJavadocTagsNotVisibleRef=enabled 4477848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.invalidJavadocTagsVisibility=private 4577848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.localVariableHiding=warning 4677848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.methodWithConstructorName=error 4777848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.missingDefaultCase=ignore 4877848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.missingDeprecatedAnnotation=ignore 4977848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.missingEnumCaseDespiteDefault=disabled 5077848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.missingHashCodeMethod=error 5177848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.missingJavadocComments=ignore 5277848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.missingJavadocCommentsOverriding=disabled 5377848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.missingJavadocCommentsVisibility=protected 54*4f30dc5eSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.missingJavadocTagDescription=no_tag 55*4f30dc5eSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.missingJavadocTags=ignore 5677848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.missingJavadocTagsMethodTypeParameters=disabled 5777848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.missingJavadocTagsOverriding=disabled 5877848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.missingJavadocTagsVisibility=private 5977848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation=warning 6077848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.missingOverrideAnnotationForInterfaceMethodImplementation=enabled 6177848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.missingSerialVersion=warning 6277848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.missingSynchronizedOnInheritedMethod=ignore 6377848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.noEffectAssignment=error 6477848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.noImplicitStringConversion=error 6577848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.nonExternalizedStringLiteral=ignore 6677848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.nonnullParameterAnnotationDropped=warning 6777848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.nullAnnotationInferenceConflict=error 6877848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.nullReference=error 6977848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.nullSpecViolation=error 7077848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.nullUncheckedConversion=warning 7177848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.overridingPackageDefaultMethod=warning 7277848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.parameterAssignment=ignore 7377848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.possibleAccidentalBooleanAssignment=error 7477848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.potentialNullReference=warning 7577848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable=ignore 7677848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.rawTypeReference=ignore 7777848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.redundantNullAnnotation=warning 7877848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.redundantNullCheck=warning 7977848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.redundantSpecificationOfTypeArguments=warning 8077848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.redundantSuperinterface=error 8177848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.reportMethodCanBePotentiallyStatic=ignore 8277848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.reportMethodCanBeStatic=ignore 8377848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.specialParameterHidingField=disabled 8477848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.staticAccessReceiver=error 8577848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.suppressOptionalErrors=disabled 8677848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.suppressWarnings=enabled 8777848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.syntacticNullAnalysisForFields=disabled 8877848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation=ignore 8977848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.typeParameterHiding=warning 9077848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.unavoidableGenericTypeProblems=enabled 9177848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.uncheckedTypeOperation=warning 9277848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.unclosedCloseable=warning 9377848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock=warning 9477848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.unhandledWarningToken=warning 9577848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.unnecessaryElse=warning 9677848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck=error 9777848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.unqualifiedFieldAccess=ignore 9877848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException=error 9977848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionExemptExceptionAndThrowable=enabled 10077848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionIncludeDocCommentReference=enabled 10177848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=disabled 10277848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.unusedExceptionParameter=ignore 10377848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.unusedImport=error 10477848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.unusedLabel=error 10577848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.unusedLocal=error 10677848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.unusedObjectAllocation=warning 10777848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.unusedParameter=warning 10877848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.unusedParameterIncludeDocCommentReference=enabled 10977848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract=disabled 11077848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disabled 11177848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.unusedPrivateMember=error 11277848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.unusedTypeParameter=ignore 11377848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning 11477848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=error 11577848d63SMatthias Sohnorg.eclipse.jdt.core.compiler.source=1.8 11677848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.align_type_members_on_columns=false 11777848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16 11877848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_arguments_in_annotation=0 11977848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant=16 12077848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call=16 12177848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation=16 12277848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression=16 12377848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_assignment=0 12477848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_binary_expression=16 12577848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_compact_if=16 12677848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_conditional_expression=80 12777848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_enum_constants=0 12877848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer=16 12977848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_method_declaration=0 13077848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_multiple_fields=16 13177848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration=16 13277848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration=16 13377848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_resources_in_try=80 13477848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation=16 13577848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration=16 13677848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration=16 13777848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_type_declaration=16 13877848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_constructor_declaration=16 13977848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_method_declaration=16 14077848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_union_type_in_multicatch=16 14177848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.blank_lines_after_imports=1 14277848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.blank_lines_after_package=1 14377848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.blank_lines_before_field=1 14477848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.blank_lines_before_first_class_body_declaration=0 14577848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.blank_lines_before_imports=1 14677848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.blank_lines_before_member_type=1 14777848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.blank_lines_before_method=1 14877848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.blank_lines_before_new_chunk=1 14977848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.blank_lines_before_package=0 15077848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.blank_lines_between_import_groups=1 15177848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.blank_lines_between_type_declarations=1 15277848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.brace_position_for_annotation_type_declaration=end_of_line 15377848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.brace_position_for_anonymous_type_declaration=end_of_line 15477848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.brace_position_for_array_initializer=end_of_line 15577848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.brace_position_for_block=end_of_line 15677848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.brace_position_for_block_in_case=end_of_line 15777848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.brace_position_for_constructor_declaration=end_of_line 15877848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.brace_position_for_enum_constant=end_of_line 15977848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.brace_position_for_enum_declaration=end_of_line 16077848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.brace_position_for_method_declaration=end_of_line 16177848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.brace_position_for_switch=end_of_line 16277848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.brace_position_for_type_declaration=end_of_line 16377848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.comment.clear_blank_lines=false 16477848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_block_comment=false 16577848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_javadoc_comment=false 16677848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.comment.format_block_comments=true 16777848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.comment.format_comments=true 16877848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.comment.format_header=false 16977848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.comment.format_html=true 17077848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.comment.format_javadoc_comments=true 17177848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.comment.format_line_comments=true 17277848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.comment.format_source_code=true 17377848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.comment.indent_parameter_description=true 17477848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.comment.indent_root_tags=true 17577848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags=insert 17677848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter=insert 17777848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.comment.line_length=80 17877848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.comment.new_lines_at_block_boundaries=true 17977848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.comment.new_lines_at_javadoc_boundaries=true 18077848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.comment.preserve_white_space_between_code_and_line_comments=false 18177848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.compact_else_if=true 18277848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.continuation_indentation=2 18377848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.continuation_indentation_for_array_initializer=2 18477848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.disabling_tag=@formatter\:off 18577848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.enabling_tag=@formatter\:on 18677848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.format_guardian_clause_on_one_line=false 18777848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.format_line_comment_starting_on_first_column=true 18877848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_annotation_declaration_header=true 18977848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_constant_header=true 19077848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_declaration_header=true 19177848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_type_header=true 19277848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.indent_breaks_compare_to_cases=true 19377848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.indent_empty_lines=false 19477848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.indent_statements_compare_to_block=true 19577848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.indent_statements_compare_to_body=true 19677848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_cases=true 19777848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch=false 19877848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.indentation.size=4 19977848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_new_line_after_annotation=insert 20077848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_field=insert 20177848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_local_variable=insert 20277848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_member=insert 20377848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_method=insert 20477848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_package=insert 20577848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_parameter=insert 20677848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_type=insert 20777848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_new_line_after_label=do not insert 20877848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer=do not insert 20977848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_new_line_at_end_of_file_if_missing=do not insert 21077848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_new_line_before_catch_in_try_statement=do not insert 21177848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_new_line_before_closing_brace_in_array_initializer=do not insert 21277848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_new_line_before_else_in_if_statement=do not insert 21377848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_new_line_before_finally_in_try_statement=do not insert 21477848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_new_line_before_while_in_do_statement=do not insert 21577848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_new_line_in_empty_annotation_declaration=insert 21677848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_new_line_in_empty_anonymous_type_declaration=insert 21777848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_new_line_in_empty_block=insert 21877848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_constant=insert 21977848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_declaration=insert 22077848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_new_line_in_empty_method_body=insert 22177848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_new_line_in_empty_type_declaration=insert 22277848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_and_in_type_parameter=insert 22377848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_assignment_operator=insert 22477848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation=do not insert 22577848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation_type_declaration=do not insert 22677848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_binary_operator=insert 22777848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_arguments=insert 22877848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_parameters=insert 22977848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_closing_brace_in_block=insert 23077848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_closing_paren_in_cast=insert 23177848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_colon_in_assert=insert 23277848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_colon_in_case=insert 23377848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_colon_in_conditional=insert 23477848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_colon_in_for=insert 23577848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_colon_in_labeled_statement=insert 23677848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_allocation_expression=insert 23777848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_annotation=insert 23877848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_array_initializer=insert 23977848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_parameters=insert 24077848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_throws=insert 24177848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_constant_arguments=insert 24277848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_declarations=insert 24377848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_explicitconstructorcall_arguments=insert 24477848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_increments=insert 24577848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_inits=insert 24677848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_parameters=insert 24777848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_throws=insert 24877848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_invocation_arguments=insert 24977848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_field_declarations=insert 25077848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_local_declarations=insert 25177848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_parameterized_type_reference=insert 25277848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_superinterfaces=insert 25377848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_arguments=insert 25477848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_parameters=insert 25577848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_ellipsis=insert 25677848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference=do not insert 25777848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_arguments=do not insert 25877848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_parameters=do not insert 25977848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_opening_brace_in_array_initializer=insert 26077848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_allocation_expression=do not insert 26177848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_reference=do not insert 26277848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_annotation=do not insert 26377848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_cast=do not insert 26477848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_catch=do not insert 26577848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_constructor_declaration=do not insert 26677848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_enum_constant=do not insert 26777848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_for=do not insert 26877848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_if=do not insert 26977848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_declaration=do not insert 27077848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_invocation=do not insert 27177848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_parenthesized_expression=do not insert 27277848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_switch=do not insert 27377848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_synchronized=do not insert 27477848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_try=do not insert 27577848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_while=do not insert 27677848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_postfix_operator=do not insert 27777848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_prefix_operator=do not insert 27877848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_question_in_conditional=insert 27977848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_question_in_wildcard=do not insert 28077848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for=insert 28177848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_try_resources=insert 28277848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_unary_operator=do not insert 28377848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_and_in_type_parameter=insert 28477848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_assignment_operator=insert 28577848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_at_in_annotation_type_declaration=insert 28677848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_binary_operator=insert 28777848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_parameterized_type_reference=do not insert 28877848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_arguments=do not insert 28977848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_parameters=do not insert 29077848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_closing_brace_in_array_initializer=insert 29177848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_allocation_expression=do not insert 29277848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_reference=do not insert 29377848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_annotation=do not insert 29477848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_cast=do not insert 29577848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_catch=do not insert 29677848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_constructor_declaration=do not insert 29777848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_enum_constant=do not insert 29877848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_for=do not insert 29977848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_if=do not insert 30077848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_declaration=do not insert 30177848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_invocation=do not insert 30277848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_parenthesized_expression=do not insert 30377848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_switch=do not insert 30477848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_synchronized=do not insert 30577848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_try=do not insert 30677848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_while=do not insert 30777848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_colon_in_assert=insert 30877848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_colon_in_case=do not insert 30977848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_colon_in_conditional=insert 31077848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_colon_in_default=do not insert 31177848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_colon_in_for=insert 31277848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_colon_in_labeled_statement=do not insert 31377848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_allocation_expression=do not insert 31477848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_annotation=do not insert 31577848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_array_initializer=do not insert 31677848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_parameters=do not insert 31777848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_throws=do not insert 31877848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_constant_arguments=do not insert 31977848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_declarations=do not insert 32077848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_explicitconstructorcall_arguments=do not insert 32177848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_increments=do not insert 32277848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_inits=do not insert 32377848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_parameters=do not insert 32477848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_throws=do not insert 32577848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_invocation_arguments=do not insert 32677848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_field_declarations=do not insert 32777848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_local_declarations=do not insert 32877848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_parameterized_type_reference=do not insert 32977848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_superinterfaces=do not insert 33077848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_arguments=do not insert 33177848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_parameters=do not insert 33277848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_ellipsis=do not insert 33377848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_parameterized_type_reference=do not insert 33477848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_arguments=do not insert 33577848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_parameters=do not insert 33677848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_annotation_type_declaration=insert 33777848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_anonymous_type_declaration=insert 33877848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_array_initializer=insert 33977848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_block=insert 34077848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_constructor_declaration=insert 34177848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_constant=insert 34277848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_declaration=insert 34377848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_method_declaration=insert 34477848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_switch=insert 34577848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_type_declaration=insert 34677848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_allocation_expression=do not insert 34777848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_reference=do not insert 34877848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_type_reference=do not insert 34977848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation=do not insert 35077848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation_type_member_declaration=do not insert 35177848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_catch=insert 35277848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_constructor_declaration=do not insert 35377848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_enum_constant=do not insert 35477848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_for=insert 35577848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_if=insert 35677848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_declaration=do not insert 35777848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_invocation=do not insert 35877848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_parenthesized_expression=do not insert 35977848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_switch=insert 36077848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_synchronized=insert 36177848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_try=insert 36277848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_while=insert 36377848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_return=insert 36477848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_throw=insert 36577848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_postfix_operator=do not insert 36677848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_prefix_operator=do not insert 36777848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_question_in_conditional=insert 36877848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_question_in_wildcard=do not insert 36977848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_semicolon=do not insert 37077848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_for=do not insert 37177848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_try_resources=do not insert 37277848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_unary_operator=do not insert 37377848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_between_brackets_in_array_type_reference=do not insert 37477848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_between_empty_braces_in_array_initializer=do not insert 37577848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_between_empty_brackets_in_array_allocation_expression=do not insert 37677848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_annotation_type_member_declaration=do not insert 37777848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_constructor_declaration=do not insert 37877848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_enum_constant=do not insert 37977848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_declaration=do not insert 38077848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_invocation=do not insert 38177848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.join_lines_in_comments=true 38277848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.join_wrapped_lines=true 38377848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.keep_else_statement_on_same_line=false 38477848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.keep_empty_array_initializer_on_one_line=false 38577848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.keep_imple_if_on_one_line=false 38677848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.keep_then_statement_on_same_line=false 38777848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.lineSplit=80 38877848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.never_indent_block_comments_on_first_column=false 38977848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.never_indent_line_comments_on_first_column=false 39077848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.number_of_blank_lines_at_beginning_of_method_body=0 39177848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.number_of_empty_lines_to_preserve=1 39277848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.put_empty_statement_on_new_line=true 39377848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.tabulation.char=tab 39477848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.tabulation.size=4 39577848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.use_on_off_tags=true 39677848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations=false 39777848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.wrap_before_binary_operator=true 39877848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.wrap_before_or_operator_multicatch=true 39977848d63SMatthias Sohnorg.eclipse.jdt.core.formatter.wrap_outer_expressions_when_nested=true 400