Author: lihan Date: Thu Nov 3 03:46:19 2022 New Revision: 1905034 URL: http://svn.apache.org/viewvc?rev=1905034&view=rev Log: Update coding conventions
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=1905034&r1=1905033&r2=1905034&view=diff ============================================================================== --- tomcat/site/trunk/docs/getinvolved.html (original) +++ tomcat/site/trunk/docs/getinvolved.html Thu Nov 3 03:46:19 2022 @@ -52,7 +52,7 @@ 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>100 char line width for Java source, 80 char line width for + <li>120 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> Modified: tomcat/site/trunk/xdocs/getinvolved.xml URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/getinvolved.xml?rev=1905034&r1=1905033&r2=1905034&view=diff ============================================================================== --- tomcat/site/trunk/xdocs/getinvolved.xml (original) +++ tomcat/site/trunk/xdocs/getinvolved.xml Thu Nov 3 03:46:19 2022 @@ -65,7 +65,7 @@ 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>100 char line width for Java source, 80 char line width for + <li>120 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> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org