1- # Sun Sep 17 22:12:15 EDT 2006
1+ # Thu Jan 10 10:50:38 PST 2008
22eclipse.preferences.version =1
33org.eclipse.jdt.core.compiler.codegen.targetPlatform =1.1
44org.eclipse.jdt.core.compiler.compliance =1.3
@@ -35,6 +35,7 @@ org.eclipse.jdt.core.formatter.blank_lines_before_member_type=1
3535org.eclipse.jdt.core.formatter.blank_lines_before_method =1
3636org.eclipse.jdt.core.formatter.blank_lines_before_new_chunk =1
3737org.eclipse.jdt.core.formatter.blank_lines_before_package =0
38+ org.eclipse.jdt.core.formatter.blank_lines_between_import_groups =1
3839org.eclipse.jdt.core.formatter.blank_lines_between_type_declarations =1
3940org.eclipse.jdt.core.formatter.brace_position_for_annotation_type_declaration =end_of_line
4041org.eclipse.jdt.core.formatter.brace_position_for_anonymous_type_declaration =end_of_line
@@ -48,9 +49,14 @@ org.eclipse.jdt.core.formatter.brace_position_for_method_declaration=end_of_line
4849org.eclipse.jdt.core.formatter.brace_position_for_switch =end_of_line
4950org.eclipse.jdt.core.formatter.brace_position_for_type_declaration =end_of_line
5051org.eclipse.jdt.core.formatter.comment.clear_blank_lines =false
52+ org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_block_comment =false
53+ org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_javadoc_comment =false
54+ org.eclipse.jdt.core.formatter.comment.format_block_comments =true
5155org.eclipse.jdt.core.formatter.comment.format_comments =true
5256org.eclipse.jdt.core.formatter.comment.format_header =false
5357org.eclipse.jdt.core.formatter.comment.format_html =true
58+ org.eclipse.jdt.core.formatter.comment.format_javadoc_comments =true
59+ org.eclipse.jdt.core.formatter.comment.format_line_comments =true
5460org.eclipse.jdt.core.formatter.comment.format_source_code =true
5561org.eclipse.jdt.core.formatter.comment.indent_parameter_description =true
5662org.eclipse.jdt.core.formatter.comment.indent_root_tags =true
@@ -225,6 +231,7 @@ org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_switch=inser
225231org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_synchronized =insert
226232org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_while =insert
227233org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_return =insert
234+ org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_throw =insert
228235org.eclipse.jdt.core.formatter.insert_space_before_postfix_operator =do not insert
229236org.eclipse.jdt.core.formatter.insert_space_before_prefix_operator =do not insert
230237org.eclipse.jdt.core.formatter.insert_space_before_question_in_conditional =insert
@@ -245,9 +252,12 @@ org.eclipse.jdt.core.formatter.keep_empty_array_initializer_on_one_line=false
245252org.eclipse.jdt.core.formatter.keep_imple_if_on_one_line =false
246253org.eclipse.jdt.core.formatter.keep_then_statement_on_same_line =false
247254org.eclipse.jdt.core.formatter.lineSplit =80
255+ org.eclipse.jdt.core.formatter.never_indent_block_comments_on_first_column =false
256+ org.eclipse.jdt.core.formatter.never_indent_line_comments_on_first_column =false
248257org.eclipse.jdt.core.formatter.number_of_blank_lines_at_beginning_of_method_body =0
249258org.eclipse.jdt.core.formatter.number_of_empty_lines_to_preserve =1
250259org.eclipse.jdt.core.formatter.put_empty_statement_on_new_line =true
251260org.eclipse.jdt.core.formatter.tabulation.char =space
252261org.eclipse.jdt.core.formatter.tabulation.size =2
253262org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations =false
263+ org.eclipse.jdt.core.formatter.wrap_before_binary_operator =true
0 commit comments