Changeset 981 in josm for trunk


Ignore:
Timestamp:
2008-09-17T02:16:26+02:00 (16 years ago)
Author:
framm
Message:
  • applied source code formatting patch from #1462
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.settings/org.eclipse.jdt.core.prefs

    r614 r981  
    1 #Sat Apr 19 17:30:55 CEST 2008
     1#Sun Sep 07 19:15:59 CEST 2008
    22eclipse.preferences.version=1
    33org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
     
    7878org.eclipse.jdt.core.formatter.blank_lines_after_imports=1
    7979org.eclipse.jdt.core.formatter.blank_lines_after_package=1
    80 org.eclipse.jdt.core.formatter.blank_lines_before_field=1
     80org.eclipse.jdt.core.formatter.blank_lines_before_field=0
    8181org.eclipse.jdt.core.formatter.blank_lines_before_first_class_body_declaration=0
    8282org.eclipse.jdt.core.formatter.blank_lines_before_imports=1
     
    8585org.eclipse.jdt.core.formatter.blank_lines_before_new_chunk=1
    8686org.eclipse.jdt.core.formatter.blank_lines_before_package=0
     87org.eclipse.jdt.core.formatter.blank_lines_between_import_groups=1
    8788org.eclipse.jdt.core.formatter.blank_lines_between_type_declarations=1
    8889org.eclipse.jdt.core.formatter.brace_position_for_annotation_type_declaration=end_of_line
     
    9899org.eclipse.jdt.core.formatter.brace_position_for_type_declaration=end_of_line
    99100org.eclipse.jdt.core.formatter.comment.clear_blank_lines=false
     101org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_block_comment=false
     102org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_javadoc_comment=false
     103org.eclipse.jdt.core.formatter.comment.format_block_comments=false
    100104org.eclipse.jdt.core.formatter.comment.format_comments=true
    101105org.eclipse.jdt.core.formatter.comment.format_header=false
    102 org.eclipse.jdt.core.formatter.comment.format_html=true
    103 org.eclipse.jdt.core.formatter.comment.format_source_code=true
     106org.eclipse.jdt.core.formatter.comment.format_html=false
     107org.eclipse.jdt.core.formatter.comment.format_javadoc_comments=false
     108org.eclipse.jdt.core.formatter.comment.format_line_comments=false
     109org.eclipse.jdt.core.formatter.comment.format_source_code=false
    104110org.eclipse.jdt.core.formatter.comment.indent_parameter_description=true
    105 org.eclipse.jdt.core.formatter.comment.indent_root_tags=true
    106 org.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags=insert
    107 org.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter=insert
    108 org.eclipse.jdt.core.formatter.comment.line_length=80
     111org.eclipse.jdt.core.formatter.comment.indent_root_tags=false
     112org.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags=do not insert
     113org.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter=do not insert
     114org.eclipse.jdt.core.formatter.comment.line_length=100
    109115org.eclipse.jdt.core.formatter.compact_else_if=true
    110116org.eclipse.jdt.core.formatter.continuation_indentation=2
     
    123129org.eclipse.jdt.core.formatter.indentation.size=4
    124130org.eclipse.jdt.core.formatter.insert_new_line_after_annotation=do not insert
     131org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_local_variable=insert
     132org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_member=insert
     133org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_parameter=do not insert
    125134org.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer=do not insert
    126135org.eclipse.jdt.core.formatter.insert_new_line_at_end_of_file_if_missing=do not insert
     
    130139org.eclipse.jdt.core.formatter.insert_new_line_before_finally_in_try_statement=do not insert
    131140org.eclipse.jdt.core.formatter.insert_new_line_before_while_in_do_statement=do not insert
    132 org.eclipse.jdt.core.formatter.insert_new_line_in_empty_annotation_declaration=insert
    133 org.eclipse.jdt.core.formatter.insert_new_line_in_empty_anonymous_type_declaration=insert
     141org.eclipse.jdt.core.formatter.insert_new_line_in_empty_annotation_declaration=do not insert
     142org.eclipse.jdt.core.formatter.insert_new_line_in_empty_anonymous_type_declaration=do not insert
    134143org.eclipse.jdt.core.formatter.insert_new_line_in_empty_block=insert
    135 org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_constant=insert
    136 org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_declaration=insert
     144org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_constant=do not insert
     145org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_declaration=do not insert
    137146org.eclipse.jdt.core.formatter.insert_new_line_in_empty_method_body=insert
    138 org.eclipse.jdt.core.formatter.insert_new_line_in_empty_type_declaration=insert
     147org.eclipse.jdt.core.formatter.insert_new_line_in_empty_type_declaration=do not insert
    139148org.eclipse.jdt.core.formatter.insert_space_after_and_in_type_parameter=insert
    140149org.eclipse.jdt.core.formatter.insert_space_after_assignment_operator=insert
     
    145154org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_parameters=insert
    146155org.eclipse.jdt.core.formatter.insert_space_after_closing_brace_in_block=insert
    147 org.eclipse.jdt.core.formatter.insert_space_after_closing_paren_in_cast=do not insert
     156org.eclipse.jdt.core.formatter.insert_space_after_closing_paren_in_cast=insert
    148157org.eclipse.jdt.core.formatter.insert_space_after_colon_in_assert=insert
    149158org.eclipse.jdt.core.formatter.insert_space_after_colon_in_case=insert
     
    275284org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_while=insert
    276285org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_return=insert
     286org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_throw=insert
    277287org.eclipse.jdt.core.formatter.insert_space_before_postfix_operator=do not insert
    278288org.eclipse.jdt.core.formatter.insert_space_before_prefix_operator=do not insert
     
    294304org.eclipse.jdt.core.formatter.keep_imple_if_on_one_line=false
    295305org.eclipse.jdt.core.formatter.keep_then_statement_on_same_line=false
    296 org.eclipse.jdt.core.formatter.lineSplit=80
     306org.eclipse.jdt.core.formatter.lineSplit=120
     307org.eclipse.jdt.core.formatter.never_indent_block_comments_on_first_column=false
     308org.eclipse.jdt.core.formatter.never_indent_line_comments_on_first_column=false
    297309org.eclipse.jdt.core.formatter.number_of_blank_lines_at_beginning_of_method_body=0
    298310org.eclipse.jdt.core.formatter.number_of_empty_lines_to_preserve=1
    299311org.eclipse.jdt.core.formatter.put_empty_statement_on_new_line=true
    300 org.eclipse.jdt.core.formatter.tabulation.char=tab
     312org.eclipse.jdt.core.formatter.tabulation.char=space
    301313org.eclipse.jdt.core.formatter.tabulation.size=4
    302 org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations=true
     314org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations=false
     315org.eclipse.jdt.core.formatter.wrap_before_binary_operator=true
Note: See TracChangeset for help on using the changeset viewer.