From c3c665c6f893a3eedcd702204af3dd868ce4894a Mon Sep 17 00:00:00 2001
From: CraftBukkit/Spigot <noreply+git-craftbukkit@papermc.io>
Date: Thu, 3 Feb 2011 13:15:38 -0800
Subject: [PATCH] Added brief coding conventions - these may not be complete.

By: Warren <evilseph@unaligned.org>
---
 paper-server/README.md | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/paper-server/README.md b/paper-server/README.md
index 9148cfe396..3bcc17238a 100644
--- a/paper-server/README.md
+++ b/paper-server/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
 -----------