You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by dc...@apache.org on 2010/04/22 17:55:32 UTC

svn commit: r936915 - /incubator/chemistry/opencmis/trunk/_dev/Formatting_presets.xml

Author: dcaruana
Date: Thu Apr 22 15:55:32 2010
New Revision: 936915

URL: http://svn.apache.org/viewvc?rev=936915&view=rev
Log:
Update formatting presets:
- spaces instead of tabs
- line length of 120

Modified:
    incubator/chemistry/opencmis/trunk/_dev/Formatting_presets.xml

Modified: incubator/chemistry/opencmis/trunk/_dev/Formatting_presets.xml
URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/_dev/Formatting_presets.xml?rev=936915&r1=936914&r2=936915&view=diff
==============================================================================
--- incubator/chemistry/opencmis/trunk/_dev/Formatting_presets.xml (original)
+++ incubator/chemistry/opencmis/trunk/_dev/Formatting_presets.xml Thu Apr 22 15:55:32 2010
@@ -84,7 +84,7 @@
 <setting id="org.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration" value="16"/>
 <setting id="org.eclipse.jdt.core.formatter.alignment_for_assignment" value="0"/>
 <setting id="org.eclipse.jdt.core.compiler.problem.assertIdentifier" value="error"/>
-<setting id="org.eclipse.jdt.core.formatter.tabulation.char" value="tab"/>
+<setting id="org.eclipse.jdt.core.formatter.tabulation.char" value="space"/>
 <setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_parameters" value="insert"/>
 <setting id="org.eclipse.jdt.core.formatter.insert_space_before_prefix_operator" value="do not insert"/>
 <setting id="org.eclipse.jdt.core.formatter.indent_statements_compare_to_body" value="true"/>