Rename and update Contributing.rst

develop
Chris Dombroski 2015-01-27 15:12:46 -05:00
parent ce5f357bd8
commit 07dd826711
1 changed files with 7 additions and 5 deletions

@ -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