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