summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorWarren <evilseph@unaligned.org>2011-02-03 13:14:12 -0800
committerWarren <evilseph@unaligned.org>2011-02-03 13:14:12 -0800
commit1b6844ad651f48365104cba0013ec29c061db395 (patch)
treee77109619744616f2028e3a373a6927bb102f5b6 /README.md
parente7151a2316fe0df49c5157c3196be9d71f1cff22 (diff)
downloadbukkit-1b6844ad651f48365104cba0013ec29c061db395.tar
bukkit-1b6844ad651f48365104cba0013ec29c061db395.tar.gz
bukkit-1b6844ad651f48365104cba0013ec29c061db395.tar.lz
bukkit-1b6844ad651f48365104cba0013ec29c061db395.tar.xz
bukkit-1b6844ad651f48365104cba0013ec29c061db395.zip
I suck at markdown.
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 11c142df..9a3d5042 100644
--- a/README.md
+++ b/README.md
@@ -7,8 +7,11 @@ 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.