blob: 935d6aa593f0942de8840359a230644e32f41c9b [file] [log] [blame]
Ethan Huggab976862013-12-12 14:54:36 -08001Code Guidelines
2
3Try to follow the style of the existing code.
4
5Please do not add tabs, trailing whitespace, or Windows-style line endings (CRLF).
6
Martin Storsjö55b82b32014-01-05 14:27:25 +02007The C++ code was pretty-printed with astyle on 05/01/2014 using the configuration found in build/astyle.cfg
Ethan Huggab976862013-12-12 14:54:36 -08008