Some hints for contributing to DFHack

Closes #493
develop
Chris Dombroski 2015-01-27 14:07:53 -05:00
parent 61474d4f45
commit ce5f357bd8
1 changed files with 2 additions and 0 deletions

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