From ce5f357bd8277f3f27a5a91da091ede77c164dfa Mon Sep 17 00:00:00 2001 From: Chris Dombroski Date: Tue, 27 Jan 2015 14:07:53 -0500 Subject: [PATCH] Some hints for contributing to DFHack Closes #493 --- Contribute.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Contribute.rst b/Contribute.rst index 7f55cd7b4..e3dfa429f 100644 --- a/Contribute.rst +++ b/Contribute.rst @@ -14,6 +14,8 @@ C++ 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