You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by og...@apache.org on 2011/02/14 19:49:18 UTC

svn commit: r1070603 - /incubator/stanbol/trunk/conventions/stanbol-eclipse-codeformatter.xml

Author: ogrisel
Date: Mon Feb 14 18:49:18 2011
New Revision: 1070603

URL: http://svn.apache.org/viewvc?rev=1070603&view=rev
Log:
STANBOL-78: Make the default eclipe code formatter not introduce trailing spaces

Modified:
    incubator/stanbol/trunk/conventions/stanbol-eclipse-codeformatter.xml

Modified: incubator/stanbol/trunk/conventions/stanbol-eclipse-codeformatter.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/conventions/stanbol-eclipse-codeformatter.xml?rev=1070603&r1=1070602&r2=1070603&view=diff
==============================================================================
--- incubator/stanbol/trunk/conventions/stanbol-eclipse-codeformatter.xml (original)
+++ incubator/stanbol/trunk/conventions/stanbol-eclipse-codeformatter.xml Mon Feb 14 18:49:18 2011
@@ -144,7 +144,7 @@
 <setting id="org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_constructor_declaration" value="82"/>
 <setting id="org.eclipse.jdt.core.formatter.insert_space_after_assignment_operator" value="insert"/>
 <setting id="org.eclipse.jdt.core.formatter.insert_space_before_assignment_operator" value="insert"/>
-<setting id="org.eclipse.jdt.core.formatter.indent_empty_lines" value="true"/>
+<setting id="org.eclipse.jdt.core.formatter.indent_empty_lines" value="false"/>
 <setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_synchronized" value="do not insert"/>
 <setting id="org.eclipse.jdt.core.formatter.insert_space_after_closing_paren_in_cast" value="insert"/>
 <setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_parameters" value="insert"/>