151e2646dSJens Baumgarteclipse.preferences.version=1 28032b649SRobin Rosenbergorg.eclipse.jdt.core.compiler.annotation.inheritNullAnnotations=disabled 357333a8eSRobin Rosenbergorg.eclipse.jdt.core.compiler.annotation.missingNonNullByDefaultAnnotation=ignore 457333a8eSRobin Rosenbergorg.eclipse.jdt.core.compiler.annotation.nonnull=org.eclipse.jdt.annotation.NonNull 557333a8eSRobin Rosenbergorg.eclipse.jdt.core.compiler.annotation.nonnullbydefault=org.eclipse.jdt.annotation.NonNullByDefault 657333a8eSRobin Rosenbergorg.eclipse.jdt.core.compiler.annotation.nullable=org.eclipse.jdt.annotation.Nullable 757333a8eSRobin Rosenbergorg.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled 851e2646dSJens Baumgartorg.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 98032b649SRobin Rosenbergorg.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate 10ab79ce91SMatthias Sohnorg.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 1151e2646dSJens Baumgartorg.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve 12ab79ce91SMatthias Sohnorg.eclipse.jdt.core.compiler.compliance=1.8 1351e2646dSJens Baumgartorg.eclipse.jdt.core.compiler.debug.lineNumber=generate 1451e2646dSJens Baumgartorg.eclipse.jdt.core.compiler.debug.localVariable=generate 1551e2646dSJens Baumgartorg.eclipse.jdt.core.compiler.debug.sourceFile=generate 1651e2646dSJens Baumgartorg.eclipse.jdt.core.compiler.doc.comment.support=enabled 1751e2646dSJens Baumgartorg.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning 1851e2646dSJens Baumgartorg.eclipse.jdt.core.compiler.problem.assertIdentifier=error 1951e2646dSJens Baumgartorg.eclipse.jdt.core.compiler.problem.autoboxing=warning 2057333a8eSRobin Rosenbergorg.eclipse.jdt.core.compiler.problem.comparingIdentical=error 2157333a8eSRobin Rosenbergorg.eclipse.jdt.core.compiler.problem.deadCode=error 2251e2646dSJens Baumgartorg.eclipse.jdt.core.compiler.problem.deprecation=warning 2351e2646dSJens Baumgartorg.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled 2451e2646dSJens Baumgartorg.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled 2551e2646dSJens Baumgartorg.eclipse.jdt.core.compiler.problem.discouragedReference=warning 2651e2646dSJens Baumgartorg.eclipse.jdt.core.compiler.problem.emptyStatement=warning 2751e2646dSJens Baumgartorg.eclipse.jdt.core.compiler.problem.enumIdentifier=error 28a573dfc6SDavid Pursehouseorg.eclipse.jdt.core.compiler.problem.explicitlyClosedAutoCloseable=warning 2951e2646dSJens Baumgartorg.eclipse.jdt.core.compiler.problem.fallthroughCase=warning 3057333a8eSRobin Rosenbergorg.eclipse.jdt.core.compiler.problem.fatalOptionalError=disabled 3151e2646dSJens Baumgartorg.eclipse.jdt.core.compiler.problem.fieldHiding=warning 3251e2646dSJens Baumgartorg.eclipse.jdt.core.compiler.problem.finalParameterBound=warning 3351e2646dSJens Baumgartorg.eclipse.jdt.core.compiler.problem.finallyBlockNotCompletingNormally=error 3451e2646dSJens Baumgartorg.eclipse.jdt.core.compiler.problem.forbiddenReference=error 3551e2646dSJens Baumgartorg.eclipse.jdt.core.compiler.problem.hiddenCatchBlock=error 3657333a8eSRobin Rosenbergorg.eclipse.jdt.core.compiler.problem.includeNullInfoFromAsserts=enabled 3751e2646dSJens Baumgartorg.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=warning 3851e2646dSJens Baumgartorg.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch=warning 3951e2646dSJens Baumgartorg.eclipse.jdt.core.compiler.problem.indirectStaticAccess=error 4051e2646dSJens Baumgartorg.eclipse.jdt.core.compiler.problem.invalidJavadoc=error 4151e2646dSJens Baumgartorg.eclipse.jdt.core.compiler.problem.invalidJavadocTags=enabled 4251e2646dSJens Baumgartorg.eclipse.jdt.core.compiler.problem.invalidJavadocTagsDeprecatedRef=enabled 4351e2646dSJens Baumgartorg.eclipse.jdt.core.compiler.problem.invalidJavadocTagsNotVisibleRef=enabled 4451e2646dSJens Baumgartorg.eclipse.jdt.core.compiler.problem.invalidJavadocTagsVisibility=private 4551e2646dSJens Baumgartorg.eclipse.jdt.core.compiler.problem.localVariableHiding=warning 4651e2646dSJens Baumgartorg.eclipse.jdt.core.compiler.problem.methodWithConstructorName=error 4757333a8eSRobin Rosenbergorg.eclipse.jdt.core.compiler.problem.missingDefaultCase=ignore 4851e2646dSJens Baumgartorg.eclipse.jdt.core.compiler.problem.missingDeprecatedAnnotation=ignore 4957333a8eSRobin Rosenbergorg.eclipse.jdt.core.compiler.problem.missingEnumCaseDespiteDefault=disabled 5057333a8eSRobin Rosenbergorg.eclipse.jdt.core.compiler.problem.missingHashCodeMethod=error 5151e2646dSJens Baumgartorg.eclipse.jdt.core.compiler.problem.missingJavadocComments=ignore 5251e2646dSJens Baumgartorg.eclipse.jdt.core.compiler.problem.missingJavadocCommentsOverriding=disabled 5357333a8eSRobin Rosenbergorg.eclipse.jdt.core.compiler.problem.missingJavadocCommentsVisibility=protected 5457333a8eSRobin Rosenbergorg.eclipse.jdt.core.compiler.problem.missingJavadocTagDescription=return_tag 5551e2646dSJens Baumgartorg.eclipse.jdt.core.compiler.problem.missingJavadocTags=error 5657333a8eSRobin Rosenbergorg.eclipse.jdt.core.compiler.problem.missingJavadocTagsMethodTypeParameters=disabled 5751e2646dSJens Baumgartorg.eclipse.jdt.core.compiler.problem.missingJavadocTagsOverriding=disabled 5851e2646dSJens Baumgartorg.eclipse.jdt.core.compiler.problem.missingJavadocTagsVisibility=private 597ac182f4SDavid Pursehouseorg.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation=warning 6057333a8eSRobin Rosenbergorg.eclipse.jdt.core.compiler.problem.missingOverrideAnnotationForInterfaceMethodImplementation=enabled 6151e2646dSJens Baumgartorg.eclipse.jdt.core.compiler.problem.missingSerialVersion=warning 6257333a8eSRobin Rosenbergorg.eclipse.jdt.core.compiler.problem.missingSynchronizedOnInheritedMethod=ignore 6351e2646dSJens Baumgartorg.eclipse.jdt.core.compiler.problem.noEffectAssignment=error 6451e2646dSJens Baumgartorg.eclipse.jdt.core.compiler.problem.noImplicitStringConversion=error 6551e2646dSJens Baumgartorg.eclipse.jdt.core.compiler.problem.nonExternalizedStringLiteral=ignore 668032b649SRobin Rosenbergorg.eclipse.jdt.core.compiler.problem.nonnullParameterAnnotationDropped=warning 6757333a8eSRobin Rosenbergorg.eclipse.jdt.core.compiler.problem.nullAnnotationInferenceConflict=error 6857333a8eSRobin Rosenbergorg.eclipse.jdt.core.compiler.problem.nullReference=error 6957333a8eSRobin Rosenbergorg.eclipse.jdt.core.compiler.problem.nullSpecViolation=error 7057333a8eSRobin Rosenbergorg.eclipse.jdt.core.compiler.problem.nullUncheckedConversion=warning 7151e2646dSJens Baumgartorg.eclipse.jdt.core.compiler.problem.overridingPackageDefaultMethod=warning 7201ebfa6cSRobin Stockerorg.eclipse.jdt.core.compiler.problem.parameterAssignment=ignore 7351e2646dSJens Baumgartorg.eclipse.jdt.core.compiler.problem.possibleAccidentalBooleanAssignment=error 7451e2646dSJens Baumgartorg.eclipse.jdt.core.compiler.problem.potentialNullReference=warning 7557333a8eSRobin Rosenbergorg.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable=ignore 7651e2646dSJens Baumgartorg.eclipse.jdt.core.compiler.problem.rawTypeReference=ignore 7757333a8eSRobin Rosenbergorg.eclipse.jdt.core.compiler.problem.redundantNullAnnotation=warning 7851e2646dSJens Baumgartorg.eclipse.jdt.core.compiler.problem.redundantNullCheck=warning 793b444863SDavid Pursehouseorg.eclipse.jdt.core.compiler.problem.redundantSpecificationOfTypeArguments=warning 8057333a8eSRobin Rosenbergorg.eclipse.jdt.core.compiler.problem.redundantSuperinterface=error 8157333a8eSRobin Rosenbergorg.eclipse.jdt.core.compiler.problem.reportMethodCanBePotentiallyStatic=ignore 82a03bdcbbSRobin Rosenbergorg.eclipse.jdt.core.compiler.problem.reportMethodCanBeStatic=ignore 8351e2646dSJens Baumgartorg.eclipse.jdt.core.compiler.problem.specialParameterHidingField=disabled 8451e2646dSJens Baumgartorg.eclipse.jdt.core.compiler.problem.staticAccessReceiver=error 8557333a8eSRobin Rosenbergorg.eclipse.jdt.core.compiler.problem.suppressOptionalErrors=disabled 8651e2646dSJens Baumgartorg.eclipse.jdt.core.compiler.problem.suppressWarnings=enabled 878032b649SRobin Rosenbergorg.eclipse.jdt.core.compiler.problem.syntacticNullAnalysisForFields=disabled 8857333a8eSRobin Rosenbergorg.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation=ignore 8951e2646dSJens Baumgartorg.eclipse.jdt.core.compiler.problem.typeParameterHiding=warning 9057333a8eSRobin Rosenbergorg.eclipse.jdt.core.compiler.problem.unavoidableGenericTypeProblems=enabled 9151e2646dSJens Baumgartorg.eclipse.jdt.core.compiler.problem.uncheckedTypeOperation=warning 9257333a8eSRobin Rosenbergorg.eclipse.jdt.core.compiler.problem.unclosedCloseable=warning 9351e2646dSJens Baumgartorg.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock=warning 947ebd434eSDavid Pursehouseorg.eclipse.jdt.core.compiler.problem.unhandledWarningToken=ignore 95*98cdca9bSDavid Pursehouseorg.eclipse.jdt.core.compiler.problem.unnecessaryElse=warning 9651e2646dSJens Baumgartorg.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck=error 9751e2646dSJens Baumgartorg.eclipse.jdt.core.compiler.problem.unqualifiedFieldAccess=ignore 9851e2646dSJens Baumgartorg.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException=error 9957333a8eSRobin Rosenbergorg.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionExemptExceptionAndThrowable=enabled 10057333a8eSRobin Rosenbergorg.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionIncludeDocCommentReference=enabled 10151e2646dSJens Baumgartorg.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=disabled 1024528d5f5SDavid Pursehouseorg.eclipse.jdt.core.compiler.problem.unusedExceptionParameter=ignore 10351e2646dSJens Baumgartorg.eclipse.jdt.core.compiler.problem.unusedImport=error 10451e2646dSJens Baumgartorg.eclipse.jdt.core.compiler.problem.unusedLabel=error 10551e2646dSJens Baumgartorg.eclipse.jdt.core.compiler.problem.unusedLocal=error 10657333a8eSRobin Rosenbergorg.eclipse.jdt.core.compiler.problem.unusedObjectAllocation=warning 10751e2646dSJens Baumgartorg.eclipse.jdt.core.compiler.problem.unusedParameter=warning 10857333a8eSRobin Rosenbergorg.eclipse.jdt.core.compiler.problem.unusedParameterIncludeDocCommentReference=enabled 10951e2646dSJens Baumgartorg.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract=disabled 11051e2646dSJens Baumgartorg.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disabled 11151e2646dSJens Baumgartorg.eclipse.jdt.core.compiler.problem.unusedPrivateMember=error 1128032b649SRobin Rosenbergorg.eclipse.jdt.core.compiler.problem.unusedTypeParameter=ignore 11357333a8eSRobin Rosenbergorg.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning 11451e2646dSJens Baumgartorg.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=error 115ab79ce91SMatthias Sohnorg.eclipse.jdt.core.compiler.source=1.8 11651e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.align_type_members_on_columns=false 11751e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16 11857333a8eSRobin Rosenbergorg.eclipse.jdt.core.formatter.alignment_for_arguments_in_annotation=0 11951e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant=16 12051e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call=16 12151e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation=16 12251e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression=16 12351e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.alignment_for_assignment=0 12451e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.alignment_for_binary_expression=16 12551e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.alignment_for_compact_if=16 12651e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.alignment_for_conditional_expression=80 12751e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.alignment_for_enum_constants=0 12851e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer=16 12957333a8eSRobin Rosenbergorg.eclipse.jdt.core.formatter.alignment_for_method_declaration=0 13051e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.alignment_for_multiple_fields=16 13151e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration=16 13251e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration=16 13357333a8eSRobin Rosenbergorg.eclipse.jdt.core.formatter.alignment_for_resources_in_try=80 13451e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation=16 13551e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration=16 13651e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration=16 13751e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_type_declaration=16 13851e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_constructor_declaration=16 13951e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_method_declaration=16 14057333a8eSRobin Rosenbergorg.eclipse.jdt.core.formatter.alignment_for_union_type_in_multicatch=16 14151e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.blank_lines_after_imports=1 14251e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.blank_lines_after_package=1 14351e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.blank_lines_before_field=1 14451e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.blank_lines_before_first_class_body_declaration=0 14551e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.blank_lines_before_imports=1 14651e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.blank_lines_before_member_type=1 14751e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.blank_lines_before_method=1 14851e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.blank_lines_before_new_chunk=1 14951e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.blank_lines_before_package=0 15057333a8eSRobin Rosenbergorg.eclipse.jdt.core.formatter.blank_lines_between_import_groups=1 15151e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.blank_lines_between_type_declarations=1 15251e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.brace_position_for_annotation_type_declaration=end_of_line 15351e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.brace_position_for_anonymous_type_declaration=end_of_line 15451e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.brace_position_for_array_initializer=end_of_line 15551e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.brace_position_for_block=end_of_line 15651e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.brace_position_for_block_in_case=end_of_line 15751e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.brace_position_for_constructor_declaration=end_of_line 15851e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.brace_position_for_enum_constant=end_of_line 15951e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.brace_position_for_enum_declaration=end_of_line 16051e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.brace_position_for_method_declaration=end_of_line 16151e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.brace_position_for_switch=end_of_line 16251e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.brace_position_for_type_declaration=end_of_line 16351e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.comment.clear_blank_lines=false 16457333a8eSRobin Rosenbergorg.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_block_comment=false 16557333a8eSRobin Rosenbergorg.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_javadoc_comment=false 16657333a8eSRobin Rosenbergorg.eclipse.jdt.core.formatter.comment.format_block_comments=true 16751e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.comment.format_comments=true 16851e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.comment.format_header=false 16951e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.comment.format_html=true 17057333a8eSRobin Rosenbergorg.eclipse.jdt.core.formatter.comment.format_javadoc_comments=true 17157333a8eSRobin Rosenbergorg.eclipse.jdt.core.formatter.comment.format_line_comments=true 17251e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.comment.format_source_code=true 17351e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.comment.indent_parameter_description=true 17451e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.comment.indent_root_tags=true 17551e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags=insert 17651e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter=insert 17751e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.comment.line_length=80 17857333a8eSRobin Rosenbergorg.eclipse.jdt.core.formatter.comment.new_lines_at_block_boundaries=true 17957333a8eSRobin Rosenbergorg.eclipse.jdt.core.formatter.comment.new_lines_at_javadoc_boundaries=true 18057333a8eSRobin Rosenbergorg.eclipse.jdt.core.formatter.comment.preserve_white_space_between_code_and_line_comments=false 18151e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.compact_else_if=true 18251e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.continuation_indentation=2 18351e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.continuation_indentation_for_array_initializer=2 18457333a8eSRobin Rosenbergorg.eclipse.jdt.core.formatter.disabling_tag=@formatter\:off 18557333a8eSRobin Rosenbergorg.eclipse.jdt.core.formatter.enabling_tag=@formatter\:on 18651e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.format_guardian_clause_on_one_line=false 18757333a8eSRobin Rosenbergorg.eclipse.jdt.core.formatter.format_line_comment_starting_on_first_column=true 18851e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_annotation_declaration_header=true 18951e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_constant_header=true 19051e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_declaration_header=true 19151e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_type_header=true 19251e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.indent_breaks_compare_to_cases=true 19351e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.indent_empty_lines=false 19451e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.indent_statements_compare_to_block=true 19551e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.indent_statements_compare_to_body=true 19651e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_cases=true 19751e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch=false 19851e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.indentation.size=4 19951e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_new_line_after_annotation=insert 20057333a8eSRobin Rosenbergorg.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_field=insert 20157333a8eSRobin Rosenbergorg.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_local_variable=insert 20257333a8eSRobin Rosenbergorg.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_member=insert 20357333a8eSRobin Rosenbergorg.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_method=insert 20457333a8eSRobin Rosenbergorg.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_package=insert 20557333a8eSRobin Rosenbergorg.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_parameter=insert 20657333a8eSRobin Rosenbergorg.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_type=insert 20757333a8eSRobin Rosenbergorg.eclipse.jdt.core.formatter.insert_new_line_after_label=do not insert 20851e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer=do not insert 20951e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_new_line_at_end_of_file_if_missing=do not insert 21051e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_new_line_before_catch_in_try_statement=do not insert 21151e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_new_line_before_closing_brace_in_array_initializer=do not insert 21251e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_new_line_before_else_in_if_statement=do not insert 21351e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_new_line_before_finally_in_try_statement=do not insert 21451e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_new_line_before_while_in_do_statement=do not insert 21551e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_new_line_in_empty_annotation_declaration=insert 21651e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_new_line_in_empty_anonymous_type_declaration=insert 21751e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_new_line_in_empty_block=insert 21851e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_constant=insert 21951e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_declaration=insert 22051e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_new_line_in_empty_method_body=insert 22151e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_new_line_in_empty_type_declaration=insert 22251e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_after_and_in_type_parameter=insert 22351e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_after_assignment_operator=insert 22451e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation=do not insert 22551e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation_type_declaration=do not insert 22651e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_after_binary_operator=insert 22751e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_arguments=insert 22851e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_parameters=insert 22951e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_after_closing_brace_in_block=insert 23051e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_after_closing_paren_in_cast=insert 23151e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_after_colon_in_assert=insert 23251e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_after_colon_in_case=insert 23351e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_after_colon_in_conditional=insert 23451e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_after_colon_in_for=insert 23551e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_after_colon_in_labeled_statement=insert 23651e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_allocation_expression=insert 23751e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_annotation=insert 23851e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_array_initializer=insert 23951e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_parameters=insert 24051e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_throws=insert 24151e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_constant_arguments=insert 24251e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_declarations=insert 24351e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_explicitconstructorcall_arguments=insert 24451e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_increments=insert 24551e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_inits=insert 24651e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_parameters=insert 24751e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_throws=insert 24851e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_invocation_arguments=insert 24951e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_field_declarations=insert 25051e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_local_declarations=insert 25151e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_parameterized_type_reference=insert 25251e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_superinterfaces=insert 25351e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_arguments=insert 25451e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_parameters=insert 25551e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_after_ellipsis=insert 25651e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference=do not insert 25751e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_arguments=do not insert 25851e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_parameters=do not insert 25951e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_after_opening_brace_in_array_initializer=insert 26051e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_allocation_expression=do not insert 26151e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_reference=do not insert 26251e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_annotation=do not insert 26351e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_cast=do not insert 26451e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_catch=do not insert 26551e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_constructor_declaration=do not insert 26651e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_enum_constant=do not insert 26751e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_for=do not insert 26851e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_if=do not insert 26951e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_declaration=do not insert 27051e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_invocation=do not insert 27151e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_parenthesized_expression=do not insert 27251e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_switch=do not insert 27351e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_synchronized=do not insert 27457333a8eSRobin Rosenbergorg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_try=do not insert 27551e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_while=do not insert 27651e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_after_postfix_operator=do not insert 27751e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_after_prefix_operator=do not insert 27851e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_after_question_in_conditional=insert 27951e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_after_question_in_wildcard=do not insert 28051e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for=insert 28157333a8eSRobin Rosenbergorg.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_try_resources=insert 28251e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_after_unary_operator=do not insert 28351e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_before_and_in_type_parameter=insert 28451e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_before_assignment_operator=insert 28551e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_before_at_in_annotation_type_declaration=insert 28651e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_before_binary_operator=insert 28751e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_parameterized_type_reference=do not insert 28851e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_arguments=do not insert 28951e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_parameters=do not insert 29051e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_before_closing_brace_in_array_initializer=insert 29151e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_allocation_expression=do not insert 29251e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_reference=do not insert 29351e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_annotation=do not insert 29451e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_cast=do not insert 29551e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_catch=do not insert 29651e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_constructor_declaration=do not insert 29751e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_enum_constant=do not insert 29851e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_for=do not insert 29951e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_if=do not insert 30051e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_declaration=do not insert 30151e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_invocation=do not insert 30251e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_parenthesized_expression=do not insert 30351e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_switch=do not insert 30451e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_synchronized=do not insert 30557333a8eSRobin Rosenbergorg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_try=do not insert 30651e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_while=do not insert 30751e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_before_colon_in_assert=insert 30851e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_before_colon_in_case=do not insert 30951e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_before_colon_in_conditional=insert 31051e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_before_colon_in_default=do not insert 31151e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_before_colon_in_for=insert 31251e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_before_colon_in_labeled_statement=do not insert 31351e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_allocation_expression=do not insert 31451e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_annotation=do not insert 31551e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_array_initializer=do not insert 31651e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_parameters=do not insert 31751e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_throws=do not insert 31851e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_constant_arguments=do not insert 31951e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_declarations=do not insert 32051e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_explicitconstructorcall_arguments=do not insert 32151e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_increments=do not insert 32251e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_inits=do not insert 32351e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_parameters=do not insert 32451e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_throws=do not insert 32551e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_invocation_arguments=do not insert 32651e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_field_declarations=do not insert 32751e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_local_declarations=do not insert 32851e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_parameterized_type_reference=do not insert 32951e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_superinterfaces=do not insert 33051e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_arguments=do not insert 33151e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_parameters=do not insert 33251e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_before_ellipsis=do not insert 33351e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_parameterized_type_reference=do not insert 33451e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_arguments=do not insert 33551e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_parameters=do not insert 33651e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_annotation_type_declaration=insert 33751e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_anonymous_type_declaration=insert 33851e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_array_initializer=insert 33951e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_block=insert 34051e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_constructor_declaration=insert 34151e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_constant=insert 34251e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_declaration=insert 34351e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_method_declaration=insert 34451e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_switch=insert 34551e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_type_declaration=insert 34651e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_allocation_expression=do not insert 34751e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_reference=do not insert 34851e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_type_reference=do not insert 34951e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation=do not insert 35051e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation_type_member_declaration=do not insert 35151e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_catch=insert 35251e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_constructor_declaration=do not insert 35351e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_enum_constant=do not insert 35451e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_for=insert 35551e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_if=insert 35651e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_declaration=do not insert 35751e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_invocation=do not insert 35851e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_parenthesized_expression=do not insert 35951e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_switch=insert 36051e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_synchronized=insert 36157333a8eSRobin Rosenbergorg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_try=insert 36251e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_while=insert 36351e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_return=insert 36457333a8eSRobin Rosenbergorg.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_throw=insert 36551e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_before_postfix_operator=do not insert 36651e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_before_prefix_operator=do not insert 36751e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_before_question_in_conditional=insert 36851e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_before_question_in_wildcard=do not insert 36951e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_before_semicolon=do not insert 37051e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_for=do not insert 37157333a8eSRobin Rosenbergorg.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_try_resources=do not insert 37251e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_before_unary_operator=do not insert 37351e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_between_brackets_in_array_type_reference=do not insert 37451e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_between_empty_braces_in_array_initializer=do not insert 37551e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_between_empty_brackets_in_array_allocation_expression=do not insert 37651e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_annotation_type_member_declaration=do not insert 37751e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_constructor_declaration=do not insert 37851e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_enum_constant=do not insert 37951e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_declaration=do not insert 38051e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_invocation=do not insert 38157333a8eSRobin Rosenbergorg.eclipse.jdt.core.formatter.join_lines_in_comments=true 38257333a8eSRobin Rosenbergorg.eclipse.jdt.core.formatter.join_wrapped_lines=true 38351e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.keep_else_statement_on_same_line=false 38451e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.keep_empty_array_initializer_on_one_line=false 38551e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.keep_imple_if_on_one_line=false 38651e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.keep_then_statement_on_same_line=false 38751e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.lineSplit=80 38857333a8eSRobin Rosenbergorg.eclipse.jdt.core.formatter.never_indent_block_comments_on_first_column=false 38957333a8eSRobin Rosenbergorg.eclipse.jdt.core.formatter.never_indent_line_comments_on_first_column=false 39051e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.number_of_blank_lines_at_beginning_of_method_body=0 39151e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.number_of_empty_lines_to_preserve=1 39251e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.put_empty_statement_on_new_line=true 39351e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.tabulation.char=tab 39451e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.tabulation.size=4 39557333a8eSRobin Rosenbergorg.eclipse.jdt.core.formatter.use_on_off_tags=true 39651e2646dSJens Baumgartorg.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations=false 39757333a8eSRobin Rosenbergorg.eclipse.jdt.core.formatter.wrap_before_binary_operator=true 39857333a8eSRobin Rosenbergorg.eclipse.jdt.core.formatter.wrap_before_or_operator_multicatch=true 39957333a8eSRobin Rosenbergorg.eclipse.jdt.core.formatter.wrap_outer_expressions_when_nested=true 400