diff --git a/Contribute.rst b/Contributing.rst similarity index 91% rename from Contribute.rst rename to Contributing.rst index e3dfa429f..56687f273 100644 --- a/Contribute.rst +++ b/Contributing.rst @@ -9,15 +9,17 @@ Contributing to DFHack Several things should be kept in mind when contributing to DFHack. ---------------- -C++ code Format ---------------- +----------- +Code Format +----------- * Four space indents -* Opening and closing braces on their own lines -* Braces placed at original indent level * LF (Unix style) line terminators * UTF-8 encoding +* For C++: + + * Opening and closing braces on their own lines + * Braces placed at original indent level ------------------------------- How to get new code into DFHack