55b82b3cd7
astyle was only run on .cpp files this time - already in
ff6b66917
where the style cleanup was done initially, not all
.h files seem to have gotten the same styling (rerunning astyle
on .h files at that commit produces a huge diff).
9 lines
257 B
Plaintext
9 lines
257 B
Plaintext
Code Guidelines
|
|
|
|
Try to follow the style of the existing code.
|
|
|
|
Please do not add tabs, trailing whitespace, or Windows-style line endings (CRLF).
|
|
|
|
The C++ code was pretty-printed with astyle on 05/01/2014 using the configuration found in build/astyle.cfg
|
|
|