You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by bu...@apache.org on 2013/05/21 10:48:21 UTC

svn commit: r862591 - in /websites/production/cxf/content: cache/main.pageCache coding-guidelines.html

Author: buildbot
Date: Tue May 21 08:48:21 2013
New Revision: 862591

Log:
Production update by buildbot for cxf

Modified:
    websites/production/cxf/content/cache/main.pageCache
    websites/production/cxf/content/coding-guidelines.html

Modified: websites/production/cxf/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.

Modified: websites/production/cxf/content/coding-guidelines.html
==============================================================================
--- websites/production/cxf/content/coding-guidelines.html (original)
+++ websites/production/cxf/content/coding-guidelines.html Tue May 21 08:48:21 2013
@@ -140,6 +140,11 @@ Apache CXF -- Coding Guidelines
 
 <p>CXF makes use of both PMD and CheckStyle to enforce common coding conventions. However, not everything can be expressed in a rule in one of these systems. This page describes additional conventions and considerations.</p>
 
+<h2><a shape="rect" name="CodingGuidelines-CodeFormatting"></a>Code Formatting</h2>
+
+<p>We use an indent of 4 characters with spaces not tabs. The line length is 110 characters.<br clear="none">
+For Eclipse there is a <a shape="rect" class="external-link" href="http://svn.apache.org/repos/asf/cxf/trunk/etc/eclipse/CXFCodeFormatter.xml">CXFCodeFormatter.xml</a> you can use.</p>
+
 <h2><a shape="rect" name="CodingGuidelines-Projectsandpackages%28proposal%29"></a>Projects and packages (proposal)</h2>
 
 <p>The package base for all CXF packages is "org.apache.cxf".</p>