[hornetq-commits] JBoss hornetq SVN: r10844 - trunk/etc.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Jun 17 11:47:00 EDT 2011


Author: borges
Date: 2011-06-17 11:47:00 -0400 (Fri, 17 Jun 2011)
New Revision: 10844

Modified:
   trunk/etc/org.eclipse.jdt.core.prefs
Log:
Adjust Eclipse formatting settings to achieve line wrapping.

Modified: trunk/etc/org.eclipse.jdt.core.prefs
===================================================================
--- trunk/etc/org.eclipse.jdt.core.prefs	2011-06-17 13:09:57 UTC (rev 10843)
+++ trunk/etc/org.eclipse.jdt.core.prefs	2011-06-17 15:47:00 UTC (rev 10844)
@@ -1,4 +1,4 @@
-#Thu May 26 18:16:51 CEST 2011
+#Fri Jun 17 11:54:22 CEST 2011
 eclipse.preferences.version=1
 org.eclipse.jdt.core.codeComplete.argumentPrefixes=
 org.eclipse.jdt.core.codeComplete.argumentSuffixes=
@@ -22,20 +22,20 @@
 org.eclipse.jdt.core.compiler.source=1.6
 org.eclipse.jdt.core.formatter.align_type_members_on_columns=false
 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=82
-org.eclipse.jdt.core.formatter.alignment_for_arguments_in_annotation=0
+org.eclipse.jdt.core.formatter.alignment_for_arguments_in_annotation=16
 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant=82
 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call=82
 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation=82
 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression=80
-org.eclipse.jdt.core.formatter.alignment_for_assignment=32
-org.eclipse.jdt.core.formatter.alignment_for_binary_expression=82
+org.eclipse.jdt.core.formatter.alignment_for_assignment=16
+org.eclipse.jdt.core.formatter.alignment_for_binary_expression=16
 org.eclipse.jdt.core.formatter.alignment_for_compact_if=82
-org.eclipse.jdt.core.formatter.alignment_for_conditional_expression=82
+org.eclipse.jdt.core.formatter.alignment_for_conditional_expression=18
 org.eclipse.jdt.core.formatter.alignment_for_enum_constants=82
 org.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer=82
 org.eclipse.jdt.core.formatter.alignment_for_method_declaration=32
 org.eclipse.jdt.core.formatter.alignment_for_multiple_fields=16
-org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration=82
+org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration=18
 org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration=82
 org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation=82
 org.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration=16
@@ -80,6 +80,7 @@
 org.eclipse.jdt.core.formatter.comment.line_length=100
 org.eclipse.jdt.core.formatter.comment.new_lines_at_block_boundaries=true
 org.eclipse.jdt.core.formatter.comment.new_lines_at_javadoc_boundaries=true
+org.eclipse.jdt.core.formatter.comment.preserve_white_space_between_code_and_line_comments=false
 org.eclipse.jdt.core.formatter.compact_else_if=true
 org.eclipse.jdt.core.formatter.continuation_indentation=3
 org.eclipse.jdt.core.formatter.continuation_indentation_for_array_initializer=3
@@ -99,9 +100,13 @@
 org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch=true
 org.eclipse.jdt.core.formatter.indentation.size=3
 org.eclipse.jdt.core.formatter.insert_new_line_after_annotation=insert
+org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_field=insert
 org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_local_variable=insert
 org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_member=insert
+org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_method=insert
+org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_package=insert
 org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_parameter=do not insert
+org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_type=insert
 org.eclipse.jdt.core.formatter.insert_new_line_after_label=do not insert
 org.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer=do not insert
 org.eclipse.jdt.core.formatter.insert_new_line_at_end_of_file_if_missing=do not insert
@@ -285,7 +290,7 @@
 org.eclipse.jdt.core.formatter.put_empty_statement_on_new_line=false
 org.eclipse.jdt.core.formatter.tabulation.char=space
 org.eclipse.jdt.core.formatter.tabulation.size=3
-org.eclipse.jdt.core.formatter.use_on_off_tags=false
+org.eclipse.jdt.core.formatter.use_on_off_tags=true
 org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations=false
 org.eclipse.jdt.core.formatter.wrap_before_binary_operator=false
 org.eclipse.jdt.core.formatter.wrap_outer_expressions_when_nested=true



More information about the hornetq-commits mailing list