1*3d3df394SMatthias Sohneclipse.preferences.version=1 2*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.annotation.missingNonNullByDefaultAnnotation=ignore 3*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.annotation.nonnull=org.eclipse.jdt.annotation.NonNull 4*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.annotation.nonnullbydefault=org.eclipse.jdt.annotation.NonNullByDefault 5*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.annotation.nullable=org.eclipse.jdt.annotation.Nullable 6*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled 7*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 8*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5 9*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve 10*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.compliance=1.5 11*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.debug.lineNumber=generate 12*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.debug.localVariable=generate 13*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.debug.sourceFile=generate 14*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.doc.comment.support=enabled 15*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning 16*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.assertIdentifier=error 17*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.autoboxing=warning 18*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.comparingIdentical=error 19*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.deadCode=error 20*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.deprecation=warning 21*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled 22*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled 23*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.discouragedReference=warning 24*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.emptyStatement=warning 25*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.enumIdentifier=error 26*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.explicitlyClosedAutoCloseable=ignore 27*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.fallthroughCase=warning 28*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.fatalOptionalError=disabled 29*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.fieldHiding=warning 30*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.finalParameterBound=warning 31*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.finallyBlockNotCompletingNormally=error 32*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.forbiddenReference=error 33*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.hiddenCatchBlock=error 34*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.includeNullInfoFromAsserts=enabled 35*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=warning 36*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch=warning 37*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.indirectStaticAccess=error 38*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.invalidJavadoc=error 39*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.invalidJavadocTags=enabled 40*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.invalidJavadocTagsDeprecatedRef=enabled 41*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.invalidJavadocTagsNotVisibleRef=enabled 42*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.invalidJavadocTagsVisibility=private 43*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.localVariableHiding=warning 44*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.methodWithConstructorName=error 45*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.missingDefaultCase=ignore 46*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.missingDeprecatedAnnotation=ignore 47*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.missingEnumCaseDespiteDefault=disabled 48*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.missingHashCodeMethod=error 49*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.missingJavadocComments=error 50*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.missingJavadocCommentsOverriding=disabled 51*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.missingJavadocCommentsVisibility=protected 52*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.missingJavadocTagDescription=return_tag 53*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.missingJavadocTags=error 54*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.missingJavadocTagsMethodTypeParameters=disabled 55*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.missingJavadocTagsOverriding=disabled 56*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.missingJavadocTagsVisibility=private 57*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation=ignore 58*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.missingOverrideAnnotationForInterfaceMethodImplementation=enabled 59*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.missingSerialVersion=warning 60*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.missingSynchronizedOnInheritedMethod=ignore 61*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.noEffectAssignment=error 62*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.noImplicitStringConversion=error 63*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.nonExternalizedStringLiteral=ignore 64*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.nullAnnotationInferenceConflict=error 65*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.nullReference=error 66*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.nullSpecViolation=error 67*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.nullUncheckedConversion=warning 68*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.overridingPackageDefaultMethod=warning 69*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.parameterAssignment=ignore 70*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.possibleAccidentalBooleanAssignment=error 71*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.potentialNullReference=warning 72*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable=ignore 73*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.rawTypeReference=ignore 74*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.redundantNullAnnotation=warning 75*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.redundantNullCheck=warning 76*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.redundantSpecificationOfTypeArguments=ignore 77*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.redundantSuperinterface=error 78*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.reportMethodCanBePotentiallyStatic=ignore 79*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.reportMethodCanBeStatic=warning 80*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.specialParameterHidingField=disabled 81*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.staticAccessReceiver=error 82*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.suppressOptionalErrors=disabled 83*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.suppressWarnings=enabled 84*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation=ignore 85*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.typeParameterHiding=warning 86*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.unavoidableGenericTypeProblems=enabled 87*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.uncheckedTypeOperation=warning 88*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.unclosedCloseable=warning 89*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock=warning 90*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.unhandledWarningToken=warning 91*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.unnecessaryElse=ignore 92*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck=error 93*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.unqualifiedFieldAccess=ignore 94*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException=warning 95*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionExemptExceptionAndThrowable=enabled 96*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionIncludeDocCommentReference=enabled 97*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=disabled 98*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.unusedImport=error 99*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.unusedLabel=error 100*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.unusedLocal=error 101*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.unusedObjectAllocation=warning 102*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.unusedParameter=warning 103*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.unusedParameterIncludeDocCommentReference=enabled 104*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract=disabled 105*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disabled 106*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.unusedPrivateMember=error 107*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning 108*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=error 109*3d3df394SMatthias Sohnorg.eclipse.jdt.core.compiler.source=1.5 110*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.align_type_members_on_columns=false 111*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16 112*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_arguments_in_annotation=0 113*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant=16 114*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call=16 115*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation=16 116*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression=16 117*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_assignment=0 118*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_binary_expression=16 119*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_compact_if=16 120*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_conditional_expression=80 121*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_enum_constants=0 122*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer=16 123*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_method_declaration=0 124*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_multiple_fields=16 125*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration=16 126*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration=16 127*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_resources_in_try=80 128*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation=16 129*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration=16 130*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration=16 131*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_type_declaration=16 132*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_constructor_declaration=16 133*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_method_declaration=16 134*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.alignment_for_union_type_in_multicatch=16 135*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.blank_lines_after_imports=1 136*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.blank_lines_after_package=1 137*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.blank_lines_before_field=1 138*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.blank_lines_before_first_class_body_declaration=0 139*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.blank_lines_before_imports=1 140*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.blank_lines_before_member_type=1 141*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.blank_lines_before_method=1 142*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.blank_lines_before_new_chunk=1 143*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.blank_lines_before_package=0 144*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.blank_lines_between_import_groups=1 145*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.blank_lines_between_type_declarations=1 146*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.brace_position_for_annotation_type_declaration=end_of_line 147*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.brace_position_for_anonymous_type_declaration=end_of_line 148*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.brace_position_for_array_initializer=end_of_line 149*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.brace_position_for_block=end_of_line 150*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.brace_position_for_block_in_case=end_of_line 151*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.brace_position_for_constructor_declaration=end_of_line 152*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.brace_position_for_enum_constant=end_of_line 153*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.brace_position_for_enum_declaration=end_of_line 154*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.brace_position_for_method_declaration=end_of_line 155*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.brace_position_for_switch=end_of_line 156*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.brace_position_for_type_declaration=end_of_line 157*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.comment.clear_blank_lines=false 158*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_block_comment=false 159*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_javadoc_comment=false 160*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.comment.format_block_comments=true 161*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.comment.format_comments=true 162*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.comment.format_header=false 163*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.comment.format_html=true 164*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.comment.format_javadoc_comments=true 165*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.comment.format_line_comments=true 166*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.comment.format_source_code=true 167*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.comment.indent_parameter_description=true 168*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.comment.indent_root_tags=true 169*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags=insert 170*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter=insert 171*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.comment.line_length=80 172*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.comment.new_lines_at_block_boundaries=true 173*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.comment.new_lines_at_javadoc_boundaries=true 174*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.comment.preserve_white_space_between_code_and_line_comments=false 175*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.compact_else_if=true 176*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.continuation_indentation=2 177*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.continuation_indentation_for_array_initializer=2 178*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.disabling_tag=@formatter\:off 179*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.enabling_tag=@formatter\:on 180*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.format_guardian_clause_on_one_line=false 181*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.format_line_comment_starting_on_first_column=true 182*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_annotation_declaration_header=true 183*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_constant_header=true 184*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_declaration_header=true 185*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_type_header=true 186*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.indent_breaks_compare_to_cases=true 187*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.indent_empty_lines=false 188*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.indent_statements_compare_to_block=true 189*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.indent_statements_compare_to_body=true 190*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_cases=true 191*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch=false 192*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.indentation.size=4 193*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_new_line_after_annotation=insert 194*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_field=insert 195*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_local_variable=insert 196*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_member=insert 197*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_method=insert 198*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_package=insert 199*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_parameter=insert 200*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_type=insert 201*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_new_line_after_label=do not insert 202*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer=do not insert 203*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_new_line_at_end_of_file_if_missing=do not insert 204*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_new_line_before_catch_in_try_statement=do not insert 205*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_new_line_before_closing_brace_in_array_initializer=do not insert 206*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_new_line_before_else_in_if_statement=do not insert 207*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_new_line_before_finally_in_try_statement=do not insert 208*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_new_line_before_while_in_do_statement=do not insert 209*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_new_line_in_empty_annotation_declaration=insert 210*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_new_line_in_empty_anonymous_type_declaration=insert 211*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_new_line_in_empty_block=insert 212*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_constant=insert 213*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_declaration=insert 214*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_new_line_in_empty_method_body=insert 215*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_new_line_in_empty_type_declaration=insert 216*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_and_in_type_parameter=insert 217*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_assignment_operator=insert 218*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation=do not insert 219*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation_type_declaration=do not insert 220*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_binary_operator=insert 221*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_arguments=insert 222*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_parameters=insert 223*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_closing_brace_in_block=insert 224*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_closing_paren_in_cast=insert 225*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_colon_in_assert=insert 226*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_colon_in_case=insert 227*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_colon_in_conditional=insert 228*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_colon_in_for=insert 229*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_colon_in_labeled_statement=insert 230*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_allocation_expression=insert 231*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_annotation=insert 232*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_array_initializer=insert 233*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_parameters=insert 234*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_throws=insert 235*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_constant_arguments=insert 236*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_declarations=insert 237*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_explicitconstructorcall_arguments=insert 238*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_increments=insert 239*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_inits=insert 240*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_parameters=insert 241*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_throws=insert 242*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_invocation_arguments=insert 243*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_field_declarations=insert 244*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_local_declarations=insert 245*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_parameterized_type_reference=insert 246*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_superinterfaces=insert 247*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_arguments=insert 248*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_parameters=insert 249*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_ellipsis=insert 250*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference=do not insert 251*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_arguments=do not insert 252*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_parameters=do not insert 253*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_opening_brace_in_array_initializer=insert 254*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_allocation_expression=do not insert 255*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_reference=do not insert 256*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_annotation=do not insert 257*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_cast=do not insert 258*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_catch=do not insert 259*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_constructor_declaration=do not insert 260*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_enum_constant=do not insert 261*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_for=do not insert 262*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_if=do not insert 263*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_declaration=do not insert 264*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_invocation=do not insert 265*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_parenthesized_expression=do not insert 266*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_switch=do not insert 267*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_synchronized=do not insert 268*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_try=do not insert 269*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_while=do not insert 270*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_postfix_operator=do not insert 271*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_prefix_operator=do not insert 272*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_question_in_conditional=insert 273*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_question_in_wildcard=do not insert 274*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for=insert 275*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_try_resources=insert 276*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_after_unary_operator=do not insert 277*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_and_in_type_parameter=insert 278*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_assignment_operator=insert 279*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_at_in_annotation_type_declaration=insert 280*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_binary_operator=insert 281*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_parameterized_type_reference=do not insert 282*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_arguments=do not insert 283*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_parameters=do not insert 284*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_closing_brace_in_array_initializer=insert 285*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_allocation_expression=do not insert 286*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_reference=do not insert 287*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_annotation=do not insert 288*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_cast=do not insert 289*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_catch=do not insert 290*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_constructor_declaration=do not insert 291*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_enum_constant=do not insert 292*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_for=do not insert 293*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_if=do not insert 294*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_declaration=do not insert 295*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_invocation=do not insert 296*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_parenthesized_expression=do not insert 297*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_switch=do not insert 298*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_synchronized=do not insert 299*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_try=do not insert 300*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_while=do not insert 301*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_colon_in_assert=insert 302*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_colon_in_case=do not insert 303*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_colon_in_conditional=insert 304*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_colon_in_default=do not insert 305*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_colon_in_for=insert 306*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_colon_in_labeled_statement=do not insert 307*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_allocation_expression=do not insert 308*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_annotation=do not insert 309*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_array_initializer=do not insert 310*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_parameters=do not insert 311*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_throws=do not insert 312*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_constant_arguments=do not insert 313*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_declarations=do not insert 314*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_explicitconstructorcall_arguments=do not insert 315*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_increments=do not insert 316*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_inits=do not insert 317*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_parameters=do not insert 318*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_throws=do not insert 319*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_invocation_arguments=do not insert 320*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_field_declarations=do not insert 321*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_local_declarations=do not insert 322*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_parameterized_type_reference=do not insert 323*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_superinterfaces=do not insert 324*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_arguments=do not insert 325*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_parameters=do not insert 326*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_ellipsis=do not insert 327*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_parameterized_type_reference=do not insert 328*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_arguments=do not insert 329*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_parameters=do not insert 330*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_annotation_type_declaration=insert 331*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_anonymous_type_declaration=insert 332*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_array_initializer=insert 333*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_block=insert 334*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_constructor_declaration=insert 335*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_constant=insert 336*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_declaration=insert 337*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_method_declaration=insert 338*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_switch=insert 339*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_type_declaration=insert 340*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_allocation_expression=do not insert 341*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_reference=do not insert 342*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_type_reference=do not insert 343*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation=do not insert 344*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation_type_member_declaration=do not insert 345*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_catch=insert 346*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_constructor_declaration=do not insert 347*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_enum_constant=do not insert 348*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_for=insert 349*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_if=insert 350*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_declaration=do not insert 351*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_invocation=do not insert 352*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_parenthesized_expression=do not insert 353*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_switch=insert 354*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_synchronized=insert 355*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_try=insert 356*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_while=insert 357*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_return=insert 358*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_throw=insert 359*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_postfix_operator=do not insert 360*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_prefix_operator=do not insert 361*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_question_in_conditional=insert 362*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_question_in_wildcard=do not insert 363*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_semicolon=do not insert 364*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_for=do not insert 365*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_try_resources=do not insert 366*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_before_unary_operator=do not insert 367*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_between_brackets_in_array_type_reference=do not insert 368*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_between_empty_braces_in_array_initializer=do not insert 369*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_between_empty_brackets_in_array_allocation_expression=do not insert 370*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_annotation_type_member_declaration=do not insert 371*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_constructor_declaration=do not insert 372*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_enum_constant=do not insert 373*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_declaration=do not insert 374*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_invocation=do not insert 375*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.join_lines_in_comments=true 376*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.join_wrapped_lines=true 377*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.keep_else_statement_on_same_line=false 378*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.keep_empty_array_initializer_on_one_line=false 379*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.keep_imple_if_on_one_line=false 380*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.keep_then_statement_on_same_line=false 381*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.lineSplit=80 382*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.never_indent_block_comments_on_first_column=false 383*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.never_indent_line_comments_on_first_column=false 384*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.number_of_blank_lines_at_beginning_of_method_body=0 385*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.number_of_empty_lines_to_preserve=1 386*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.put_empty_statement_on_new_line=true 387*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.tabulation.char=tab 388*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.tabulation.size=4 389*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.use_on_off_tags=true 390*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations=false 391*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.wrap_before_binary_operator=true 392*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.wrap_before_or_operator_multicatch=true 393*3d3df394SMatthias Sohnorg.eclipse.jdt.core.formatter.wrap_outer_expressions_when_nested=true 394