You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kp...@apache.org on 2013/10/15 18:17:00 UTC

svn commit: r1532411 - in /tomcat/site/trunk: docs/getinvolved.html xdocs/getinvolved.xml

Author: kpreisser
Date: Tue Oct 15 16:17:00 2013
New Revision: 1532411

URL: http://svn.apache.org/r1532411
Log:
As per http://markmail.org/message/tmgi7glrjeubh37t the acceptable line length for new code has been extended to 100 chars.

Modified:
    tomcat/site/trunk/docs/getinvolved.html
    tomcat/site/trunk/xdocs/getinvolved.xml

Modified: tomcat/site/trunk/docs/getinvolved.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/getinvolved.html?rev=1532411&r1=1532410&r2=1532411&view=diff
==============================================================================
--- tomcat/site/trunk/docs/getinvolved.html (original)
+++ tomcat/site/trunk/docs/getinvolved.html Tue Oct 15 16:17:00 2013
@@ -274,7 +274,8 @@ Apache Tomcat has very loosely defined c
   
 <li>Use spaces for indenting, not tabs</li>
   
-<li>80 char line width</li>
+<li>100 char line width for Java source, 80 char line width for
+      documentation source (.txt, .xml)</li>
   
 <li>Java source: { at end of line, 4 space indents</li>
   

Modified: tomcat/site/trunk/xdocs/getinvolved.xml
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/getinvolved.xml?rev=1532411&r1=1532410&r2=1532411&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/getinvolved.xml (original)
+++ tomcat/site/trunk/xdocs/getinvolved.xml Tue Oct 15 16:17:00 2013
@@ -60,7 +60,8 @@ to learn how to create and submit patche
 Apache Tomcat has very loosely defined coding conventions, but the following guidelines will be useful:
 <ul>
   <li>Use spaces for indenting, not tabs</li>
-  <li>80 char line width</li>
+  <li>100 char line width for Java source, 80 char line width for
+      documentation source (.txt, .xml)</li>
   <li>Java source: { at end of line, 4 space indents</li>
   <li>XML source: 2 space indents</li>
 </ul>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org