1536db18cSMatthias Sohneclipse.preferences.version=1 2536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.annotation.inheritNullAnnotations=disabled 3536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.annotation.missingNonNullByDefaultAnnotation=ignore 4536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.annotation.nonnull=org.eclipse.jdt.annotation.NonNull 5536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.annotation.nonnullbydefault=org.eclipse.jdt.annotation.NonNullByDefault 6536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.annotation.nullable=org.eclipse.jdt.annotation.Nullable 7536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled 8536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 9536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate 10ab79ce91SMatthias Sohnorg.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 11536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve 12ab79ce91SMatthias Sohnorg.eclipse.jdt.core.compiler.compliance=1.8 13536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.debug.lineNumber=generate 14536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.debug.localVariable=generate 15536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.debug.sourceFile=generate 16536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.doc.comment.support=enabled 17536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning 18536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.assertIdentifier=error 19536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.autoboxing=warning 20536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.comparingIdentical=error 21536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.deadCode=error 22536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.deprecation=warning 23536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled 24536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled 25536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.discouragedReference=warning 26536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.emptyStatement=warning 27536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.enumIdentifier=error 28a573dfc6SDavid Pursehouseorg.eclipse.jdt.core.compiler.problem.explicitlyClosedAutoCloseable=warning 29536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.fallthroughCase=warning 30536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.fatalOptionalError=disabled 31536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.fieldHiding=warning 32536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.finalParameterBound=warning 33536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.finallyBlockNotCompletingNormally=error 34536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.forbiddenReference=error 35536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.hiddenCatchBlock=error 36536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.includeNullInfoFromAsserts=enabled 37536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=warning 38536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch=warning 39536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.indirectStaticAccess=error 40536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.invalidJavadoc=error 41536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.invalidJavadocTags=enabled 42536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.invalidJavadocTagsDeprecatedRef=enabled 43536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.invalidJavadocTagsNotVisibleRef=enabled 44536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.invalidJavadocTagsVisibility=private 45536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.localVariableHiding=warning 46536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.methodWithConstructorName=error 47536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.missingDefaultCase=ignore 48536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.missingDeprecatedAnnotation=ignore 49536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.missingEnumCaseDespiteDefault=disabled 50536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.missingHashCodeMethod=error 51536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.missingJavadocComments=ignore 52536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.missingJavadocCommentsOverriding=disabled 53536db18cSMatthias 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 56536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.missingJavadocTagsMethodTypeParameters=disabled 57536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.missingJavadocTagsOverriding=disabled 58536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.missingJavadocTagsVisibility=private 597ac182f4SDavid Pursehouseorg.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation=warning 60536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.missingOverrideAnnotationForInterfaceMethodImplementation=enabled 61536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.missingSerialVersion=warning 62536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.missingSynchronizedOnInheritedMethod=ignore 63536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.noEffectAssignment=error 64536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.noImplicitStringConversion=error 65536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.nonExternalizedStringLiteral=ignore 66536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.nonnullParameterAnnotationDropped=warning 67536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.nullAnnotationInferenceConflict=error 68536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.nullReference=error 69536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.nullSpecViolation=error 70536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.nullUncheckedConversion=warning 71536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.overridingPackageDefaultMethod=warning 72536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.parameterAssignment=ignore 73536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.possibleAccidentalBooleanAssignment=error 74536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.potentialNullReference=warning 75536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable=ignore 76536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.rawTypeReference=ignore 77536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.redundantNullAnnotation=warning 78536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.redundantNullCheck=warning 793b444863SDavid Pursehouseorg.eclipse.jdt.core.compiler.problem.redundantSpecificationOfTypeArguments=warning 80536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.redundantSuperinterface=error 81536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.reportMethodCanBePotentiallyStatic=ignore 82536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.reportMethodCanBeStatic=ignore 83536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.specialParameterHidingField=disabled 84536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.staticAccessReceiver=error 85536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.suppressOptionalErrors=disabled 86536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.suppressWarnings=enabled 87536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.syntacticNullAnalysisForFields=disabled 88536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation=ignore 89536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.typeParameterHiding=warning 90536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.unavoidableGenericTypeProblems=enabled 91536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.uncheckedTypeOperation=warning 92536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.unclosedCloseable=warning 93536db18cSMatthias 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 96536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck=error 97536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.unqualifiedFieldAccess=ignore 98536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException=error 99536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionExemptExceptionAndThrowable=enabled 100536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionIncludeDocCommentReference=enabled 101536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=disabled 1024528d5f5SDavid Pursehouseorg.eclipse.jdt.core.compiler.problem.unusedExceptionParameter=ignore 103536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.unusedImport=error 104536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.unusedLabel=error 105536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.unusedLocal=error 106536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.unusedObjectAllocation=warning 107536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.unusedParameter=warning 108536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.unusedParameterIncludeDocCommentReference=enabled 109536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract=disabled 110536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disabled 111536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.unusedPrivateMember=error 112536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.unusedTypeParameter=ignore 113536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning 114536db18cSMatthias Sohnorg.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=error 115ab79ce91SMatthias Sohnorg.eclipse.jdt.core.compiler.source=1.8 116536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.align_type_members_on_columns=false 117536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16 118536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_arguments_in_annotation=0 119536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant=16 120536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call=16 121536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation=16 122536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression=16 123536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_assignment=0 124536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_binary_expression=16 125536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_compact_if=16 126536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_conditional_expression=80 127536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_enum_constants=0 128536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer=16 129536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_method_declaration=0 130536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_multiple_fields=16 131536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration=16 132536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration=16 133536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_resources_in_try=80 134536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation=16 135536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration=16 136536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration=16 137536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_type_declaration=16 138536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_constructor_declaration=16 139536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_method_declaration=16 140536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_union_type_in_multicatch=16 141536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.blank_lines_after_imports=1 142536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.blank_lines_after_package=1 143536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.blank_lines_before_field=1 144536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.blank_lines_before_first_class_body_declaration=0 145536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.blank_lines_before_imports=1 146536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.blank_lines_before_member_type=1 147536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.blank_lines_before_method=1 148536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.blank_lines_before_new_chunk=1 149536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.blank_lines_before_package=0 150536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.blank_lines_between_import_groups=1 151536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.blank_lines_between_type_declarations=1 152536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.brace_position_for_annotation_type_declaration=end_of_line 153536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.brace_position_for_anonymous_type_declaration=end_of_line 154536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.brace_position_for_array_initializer=end_of_line 155536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.brace_position_for_block=end_of_line 156536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.brace_position_for_block_in_case=end_of_line 157536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.brace_position_for_constructor_declaration=end_of_line 158536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.brace_position_for_enum_constant=end_of_line 159536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.brace_position_for_enum_declaration=end_of_line 160536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.brace_position_for_method_declaration=end_of_line 161536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.brace_position_for_switch=end_of_line 162536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.brace_position_for_type_declaration=end_of_line 163536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.comment.clear_blank_lines=false 164536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_block_comment=false 165536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_javadoc_comment=false 166536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.comment.format_block_comments=true 167536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.comment.format_comments=true 168536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.comment.format_header=false 169536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.comment.format_html=true 170536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.comment.format_javadoc_comments=true 171536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.comment.format_line_comments=true 172536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.comment.format_source_code=true 173536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.comment.indent_parameter_description=true 174536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.comment.indent_root_tags=true 175536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags=insert 176536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter=insert 177536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.comment.line_length=80 178536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.comment.new_lines_at_block_boundaries=true 179536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.comment.new_lines_at_javadoc_boundaries=true 180536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.comment.preserve_white_space_between_code_and_line_comments=false 181536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.compact_else_if=true 182536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.continuation_indentation=2 183536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.continuation_indentation_for_array_initializer=2 184536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.disabling_tag=@formatter\:off 185536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.enabling_tag=@formatter\:on 186536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.format_guardian_clause_on_one_line=false 187536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.format_line_comment_starting_on_first_column=true 188536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_annotation_declaration_header=true 189536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_constant_header=true 190536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_declaration_header=true 191536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_type_header=true 192536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.indent_breaks_compare_to_cases=true 193536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.indent_empty_lines=false 194536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.indent_statements_compare_to_block=true 195536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.indent_statements_compare_to_body=true 196536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_cases=true 197536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch=false 198536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.indentation.size=4 199536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_new_line_after_annotation=insert 200536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_field=insert 201536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_local_variable=insert 202536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_member=insert 203536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_method=insert 204536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_package=insert 205536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_parameter=insert 206536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_type=insert 207536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_new_line_after_label=do not insert 208536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer=do not insert 209536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_new_line_at_end_of_file_if_missing=do not insert 210536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_new_line_before_catch_in_try_statement=do not insert 211536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_new_line_before_closing_brace_in_array_initializer=do not insert 212536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_new_line_before_else_in_if_statement=do not insert 213536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_new_line_before_finally_in_try_statement=do not insert 214536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_new_line_before_while_in_do_statement=do not insert 215536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_new_line_in_empty_annotation_declaration=insert 216536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_new_line_in_empty_anonymous_type_declaration=insert 217536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_new_line_in_empty_block=insert 218536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_constant=insert 219536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_declaration=insert 220536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_new_line_in_empty_method_body=insert 221536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_new_line_in_empty_type_declaration=insert 222536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_and_in_type_parameter=insert 223536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_assignment_operator=insert 224536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation=do not insert 225536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation_type_declaration=do not insert 226536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_binary_operator=insert 227536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_arguments=insert 228536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_parameters=insert 229536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_closing_brace_in_block=insert 230536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_closing_paren_in_cast=insert 231536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_colon_in_assert=insert 232536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_colon_in_case=insert 233536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_colon_in_conditional=insert 234536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_colon_in_for=insert 235536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_colon_in_labeled_statement=insert 236536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_allocation_expression=insert 237536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_annotation=insert 238536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_array_initializer=insert 239536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_parameters=insert 240536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_throws=insert 241536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_constant_arguments=insert 242536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_declarations=insert 243536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_explicitconstructorcall_arguments=insert 244536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_increments=insert 245536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_inits=insert 246536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_parameters=insert 247536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_throws=insert 248536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_invocation_arguments=insert 249536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_field_declarations=insert 250536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_local_declarations=insert 251536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_parameterized_type_reference=insert 252536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_superinterfaces=insert 253536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_arguments=insert 254536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_parameters=insert 255536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_ellipsis=insert 256536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference=do not insert 257536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_arguments=do not insert 258536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_parameters=do not insert 259536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_opening_brace_in_array_initializer=insert 260536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_allocation_expression=do not insert 261536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_reference=do not insert 262536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_annotation=do not insert 263536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_cast=do not insert 264536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_catch=do not insert 265536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_constructor_declaration=do not insert 266536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_enum_constant=do not insert 267536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_for=do not insert 268536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_if=do not insert 269536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_declaration=do not insert 270536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_invocation=do not insert 271536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_parenthesized_expression=do not insert 272536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_switch=do not insert 273536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_synchronized=do not insert 274536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_try=do not insert 275536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_while=do not insert 276536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_postfix_operator=do not insert 277536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_prefix_operator=do not insert 278536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_question_in_conditional=insert 279536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_question_in_wildcard=do not insert 280536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for=insert 281536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_try_resources=insert 282536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_unary_operator=do not insert 283536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_and_in_type_parameter=insert 284536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_assignment_operator=insert 285536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_at_in_annotation_type_declaration=insert 286536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_binary_operator=insert 287536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_parameterized_type_reference=do not insert 288536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_arguments=do not insert 289536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_parameters=do not insert 290536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_closing_brace_in_array_initializer=insert 291536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_allocation_expression=do not insert 292536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_reference=do not insert 293536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_annotation=do not insert 294536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_cast=do not insert 295536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_catch=do not insert 296536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_constructor_declaration=do not insert 297536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_enum_constant=do not insert 298536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_for=do not insert 299536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_if=do not insert 300536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_declaration=do not insert 301536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_invocation=do not insert 302536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_parenthesized_expression=do not insert 303536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_switch=do not insert 304536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_synchronized=do not insert 305536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_try=do not insert 306536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_while=do not insert 307536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_colon_in_assert=insert 308536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_colon_in_case=do not insert 309536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_colon_in_conditional=insert 310536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_colon_in_default=do not insert 311536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_colon_in_for=insert 312536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_colon_in_labeled_statement=do not insert 313536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_allocation_expression=do not insert 314536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_annotation=do not insert 315536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_array_initializer=do not insert 316536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_parameters=do not insert 317536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_throws=do not insert 318536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_constant_arguments=do not insert 319536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_declarations=do not insert 320536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_explicitconstructorcall_arguments=do not insert 321536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_increments=do not insert 322536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_inits=do not insert 323536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_parameters=do not insert 324536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_throws=do not insert 325536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_invocation_arguments=do not insert 326536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_field_declarations=do not insert 327536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_local_declarations=do not insert 328536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_parameterized_type_reference=do not insert 329536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_superinterfaces=do not insert 330536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_arguments=do not insert 331536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_parameters=do not insert 332536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_ellipsis=do not insert 333536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_parameterized_type_reference=do not insert 334536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_arguments=do not insert 335536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_parameters=do not insert 336536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_annotation_type_declaration=insert 337536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_anonymous_type_declaration=insert 338536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_array_initializer=insert 339536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_block=insert 340536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_constructor_declaration=insert 341536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_constant=insert 342536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_declaration=insert 343536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_method_declaration=insert 344536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_switch=insert 345536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_type_declaration=insert 346536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_allocation_expression=do not insert 347536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_reference=do not insert 348536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_type_reference=do not insert 349536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation=do not insert 350536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation_type_member_declaration=do not insert 351536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_catch=insert 352536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_constructor_declaration=do not insert 353536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_enum_constant=do not insert 354536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_for=insert 355536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_if=insert 356536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_declaration=do not insert 357536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_invocation=do not insert 358536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_parenthesized_expression=do not insert 359536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_switch=insert 360536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_synchronized=insert 361536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_try=insert 362536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_while=insert 363536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_return=insert 364536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_throw=insert 365536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_postfix_operator=do not insert 366536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_prefix_operator=do not insert 367536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_question_in_conditional=insert 368536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_question_in_wildcard=do not insert 369536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_semicolon=do not insert 370536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_for=do not insert 371536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_try_resources=do not insert 372536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_unary_operator=do not insert 373536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_between_brackets_in_array_type_reference=do not insert 374536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_between_empty_braces_in_array_initializer=do not insert 375536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_between_empty_brackets_in_array_allocation_expression=do not insert 376536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_annotation_type_member_declaration=do not insert 377536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_constructor_declaration=do not insert 378536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_enum_constant=do not insert 379536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_declaration=do not insert 380536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_invocation=do not insert 381536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.join_lines_in_comments=true 382536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.join_wrapped_lines=true 383536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.keep_else_statement_on_same_line=false 384536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.keep_empty_array_initializer_on_one_line=false 385536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.keep_imple_if_on_one_line=false 386536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.keep_then_statement_on_same_line=false 387536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.lineSplit=80 388536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.never_indent_block_comments_on_first_column=false 389536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.never_indent_line_comments_on_first_column=false 390536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.number_of_blank_lines_at_beginning_of_method_body=0 391536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.number_of_empty_lines_to_preserve=1 392536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.put_empty_statement_on_new_line=true 393536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.tabulation.char=tab 394536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.tabulation.size=4 395536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.use_on_off_tags=true 396536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations=false 397536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.wrap_before_binary_operator=true 398536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.wrap_before_or_operator_multicatch=true 399536db18cSMatthias Sohnorg.eclipse.jdt.core.formatter.wrap_outer_expressions_when_nested=true 400