Edited wiki page DevelopmentProperties through web user interface.
diff --git a/DevelopmentProperties.wiki b/DevelopmentProperties.wiki
index bd2513a..4867bbf 100644
--- a/DevelopmentProperties.wiki
+++ b/DevelopmentProperties.wiki
@@ -8,7 +8,9 @@
   # Each CL does one thing. Don't insert refactorings into functional changes and vice-versa.
   # Aim for small CLs. 
   # Don't send out "try-things-out" CLs.
-  # Make CLs direct. eg. no unneccesary indirection eg. put the String constant in instead of having unnecessary finals declared.
+  # Make CLs direct. 
+    * no unneccesary indirection
+    * put the String constant in instead of having unnecessary finals declared.
   # Prefer plain/idiomatic/obvious over clever.
   # Name things!     
     * make specific exception classes