You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sh...@apache.org on 2015/04/21 09:38:39 UTC

svn commit: r1675057 - in /lucene/dev/branches/branch_5x: ./ dev-tools/ dev-tools/eclipse/dot.settings/org.eclipse.jdt.core.prefs dev-tools/netbeans/nbproject/project.properties

Author: shaie
Date: Tue Apr 21 07:38:39 2015
New Revision: 1675057

URL: http://svn.apache.org/r1675057
Log:
LUCENE-6441: Change default formatting settings to break lines at 120 characters

Modified:
    lucene/dev/branches/branch_5x/   (props changed)
    lucene/dev/branches/branch_5x/dev-tools/   (props changed)
    lucene/dev/branches/branch_5x/dev-tools/eclipse/dot.settings/org.eclipse.jdt.core.prefs
    lucene/dev/branches/branch_5x/dev-tools/netbeans/nbproject/project.properties

Modified: lucene/dev/branches/branch_5x/dev-tools/eclipse/dot.settings/org.eclipse.jdt.core.prefs
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_5x/dev-tools/eclipse/dot.settings/org.eclipse.jdt.core.prefs?rev=1675057&r1=1675056&r2=1675057&view=diff
==============================================================================
--- lucene/dev/branches/branch_5x/dev-tools/eclipse/dot.settings/org.eclipse.jdt.core.prefs (original)
+++ lucene/dev/branches/branch_5x/dev-tools/eclipse/dot.settings/org.eclipse.jdt.core.prefs Tue Apr 21 07:38:39 2015
@@ -32,14 +32,14 @@ org.eclipse.jdt.core.formatter.alignment
 org.eclipse.jdt.core.formatter.alignment_for_assignment=0
 org.eclipse.jdt.core.formatter.alignment_for_binary_expression=16
 org.eclipse.jdt.core.formatter.alignment_for_compact_if=16
-org.eclipse.jdt.core.formatter.alignment_for_conditional_expression=80
+org.eclipse.jdt.core.formatter.alignment_for_conditional_expression=120
 org.eclipse.jdt.core.formatter.alignment_for_enum_constants=0
 org.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer=16
 org.eclipse.jdt.core.formatter.alignment_for_method_declaration=0
 org.eclipse.jdt.core.formatter.alignment_for_multiple_fields=16
 org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration=16
 org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration=16
-org.eclipse.jdt.core.formatter.alignment_for_resources_in_try=80
+org.eclipse.jdt.core.formatter.alignment_for_resources_in_try=120
 org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation=16
 org.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration=16
 org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration=16
@@ -81,7 +81,7 @@ org.eclipse.jdt.core.formatter.comment.i
 org.eclipse.jdt.core.formatter.comment.indent_root_tags=true
 org.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags=insert
 org.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter=insert
-org.eclipse.jdt.core.formatter.comment.line_length=80
+org.eclipse.jdt.core.formatter.comment.line_length=120
 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
@@ -290,7 +290,7 @@ org.eclipse.jdt.core.formatter.keep_else
 org.eclipse.jdt.core.formatter.keep_empty_array_initializer_on_one_line=false
 org.eclipse.jdt.core.formatter.keep_imple_if_on_one_line=false
 org.eclipse.jdt.core.formatter.keep_then_statement_on_same_line=true
-org.eclipse.jdt.core.formatter.lineSplit=80
+org.eclipse.jdt.core.formatter.lineSplit=120
 org.eclipse.jdt.core.formatter.never_indent_block_comments_on_first_column=false
 org.eclipse.jdt.core.formatter.never_indent_line_comments_on_first_column=false
 org.eclipse.jdt.core.formatter.number_of_blank_lines_at_beginning_of_method_body=0

Modified: lucene/dev/branches/branch_5x/dev-tools/netbeans/nbproject/project.properties
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_5x/dev-tools/netbeans/nbproject/project.properties?rev=1675057&r1=1675056&r2=1675057&view=diff
==============================================================================
--- lucene/dev/branches/branch_5x/dev-tools/netbeans/nbproject/project.properties (original)
+++ lucene/dev/branches/branch_5x/dev-tools/netbeans/nbproject/project.properties Tue Apr 21 07:38:39 2015
@@ -2,7 +2,7 @@ auxiliary.org-netbeans-modules-editor-in
 auxiliary.org-netbeans-modules-editor-indent.CodeStyle.project.indent-shift-width=2
 auxiliary.org-netbeans-modules-editor-indent.CodeStyle.project.spaces-per-tab=2
 auxiliary.org-netbeans-modules-editor-indent.CodeStyle.project.tab-size=2
-auxiliary.org-netbeans-modules-editor-indent.CodeStyle.project.text-limit-width=80
+auxiliary.org-netbeans-modules-editor-indent.CodeStyle.project.text-limit-width=120
 auxiliary.org-netbeans-modules-editor-indent.CodeStyle.project.text-line-wrap=none
 auxiliary.org-netbeans-modules-editor-indent.CodeStyle.usedProfile=project
 auxiliary.org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.continuationIndentSize=4