summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWarren <evilseph@unaligned.org>2011-02-03 13:13:44 -0800
committerWarren <evilseph@unaligned.org>2011-02-03 13:13:44 -0800
commite7151a2316fe0df49c5157c3196be9d71f1cff22 (patch)
tree5fe5cc5c944a2fa6f9c6785f6c35ee9126b1d322
parent2834a41f3a80cb00370d547576e8223417dd984e (diff)
downloadbukkit-e7151a2316fe0df49c5157c3196be9d71f1cff22.tar
bukkit-e7151a2316fe0df49c5157c3196be9d71f1cff22.tar.gz
bukkit-e7151a2316fe0df49c5157c3196be9d71f1cff22.tar.lz
bukkit-e7151a2316fe0df49c5157c3196be9d71f1cff22.tar.xz
bukkit-e7151a2316fe0df49c5157c3196be9d71f1cff22.zip
Added brief coding conventions - these may not be complete.
-rw-r--r--README.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/README.md b/README.md
index ceac2540..11c142df 100644
--- a/README.md
+++ b/README.md
@@ -3,10 +3,20 @@ Bukkit
A Minecraft Server API.
+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
-----------
We use maven to handle our dependencies.
* Install [Maven 3](http://maven.apache.org/download.html)
-* Check out this repo and: `mvn clean install`
+* Check out this repo and: `mvn clean install` \ No newline at end of file