summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorWarren <evilseph@unaligned.org>2011-02-03 13:15:38 -0800
committerWarren <evilseph@unaligned.org>2011-02-03 13:15:38 -0800
commit058ac343003a6de2c409438fa5652ed980cbaff5 (patch)
tree08aa9a05875e1f89780eeb3d89b017c67c449100 /README.md
parentdde3f5b47416106afea9a941154b49f680efcdb9 (diff)
downloadcraftbukkit-058ac343003a6de2c409438fa5652ed980cbaff5.tar
craftbukkit-058ac343003a6de2c409438fa5652ed980cbaff5.tar.gz
craftbukkit-058ac343003a6de2c409438fa5652ed980cbaff5.tar.lz
craftbukkit-058ac343003a6de2c409438fa5652ed980cbaff5.tar.xz
craftbukkit-058ac343003a6de2c409438fa5652ed980cbaff5.zip
Added brief coding conventions - these may not be complete.
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9148cfe3..3bcc1723 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,16 @@ CraftBukkit
A Bukkit (Minecraft Server API) implementation
+Coding Conventions
+-----------
+
+* We generally follow the Sun/Oracle coding standards.
+* No tabs; use 4 spaces instead.
+* No trailing whitespaces.
+* No 80 column limit or midstatement newlines.
+
+Follow the above conventions if you want your pull requests accepted.
+
Compilation
-----------