Author: buildbot
Date: Thu Dec 9 14:48:16 2010
New Revision: 780334
Log:
Staging update by buildbot
Modified:
websites/staging/river/trunk/content/river/coding.html
Modified: websites/staging/river/trunk/content/river/coding.html
==============================================================================
--- websites/staging/river/trunk/content/river/coding.html (original)
+++ websites/staging/river/trunk/content/river/coding.html Thu Dec 9 14:48:16
2010
@@ -56,7 +56,14 @@
<td style="overflow: hidden;" valign="top" width="100%">
<div class="wiki-content">
<h1 id="coding_conventions">Coding conventions</h1>
-<p>In general the individual developer is free to use his/hers own coding
convention.</p>
+<h2 id="indentation">Indentation</h2>
+<p>Tabs are not used. Default indentation is 4 spaces.</p>
+<h2 id="other">Other</h2>
+<p>Contributors are advised to read <a
href="http://www.oracle.com/technetwork/java/codeconv-138413.html">http://www.oracle.com/technetwork/java/codeconv-138413.html</a>
+and try to adhere as much as possible to these conventions.</p>
+<h2 id="older_sources">Older sources</h2>
+<p>We do not actively search and reformat source files
+that are not formatted according this convention.</p>
</div>
</td>
<td valign="top">