Author: sijskes
Date: Thu Dec 9 14:48:01 2010
New Revision: 1043987
URL: http://svn.apache.org/viewvc?rev=1043987&view=rev
Log:
draft to be discussed.
Modified:
incubator/river/site/trunk/content/river/coding.mdtext
Modified: incubator/river/site/trunk/content/river/coding.mdtext
URL:
http://svn.apache.org/viewvc/incubator/river/site/trunk/content/river/coding.mdtext?rev=1043987&r1=1043986&r2=1043987&view=diff
==============================================================================
--- incubator/river/site/trunk/content/river/coding.mdtext (original)
+++ incubator/river/site/trunk/content/river/coding.mdtext Thu Dec 9 14:48:01
2010
@@ -18,4 +18,14 @@ Notice: Licensed to the Apache Softwa
# Coding conventions
-In general the individual developer is free to use his/hers own coding
convention.
\ No newline at end of file
+## Indentation
+Tabs are not used. Default indentation is 4 spaces.
+
+## Other
+Contributors are advised to read
<http://www.oracle.com/technetwork/java/codeconv-138413.html>
+and try to adhere as much as possible to these conventions.
+
+## Older sources
+We do not actively search and reformat source files
+that are not formatted according this convention.
+