Skip to content

Commit

Permalink
Contributing tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
expwnent committed Feb 1, 2015
1 parent dfd9bb5 commit 4c5932c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ Code Format
* For C++:

* Opening and closing braces on their own lines or opening brace at the end of the previous line
* Braces placed at original indent level
* Braces placed at original indent level if on their own lines
* #includes should be sorted. C++ libraries first, then dfhack modules, then df structures, then local includes. Within each category they should be sorted alphabetically. This policy is currently broken by most scripts but try to follow it if you can.

-------------------------------
How to get new code into DFHack
Expand Down

0 comments on commit 4c5932c

Please sign in to comment.