Ethan Hugg | ab97686 | 2013-12-12 14:54:36 -0800 | [diff] [blame] | 1 | Code Guidelines |
2 | |||||
3 | Try to follow the style of the existing code. | ||||
4 | |||||
5 | Please do not add tabs, trailing whitespace, or Windows-style line endings (CRLF). | ||||
6 | |||||
Martin Storsjö | 55b82b3 | 2014-01-05 14:27:25 +0200 | [diff] [blame] | 7 | The C++ code was pretty-printed with astyle on 05/01/2014 using the configuration found in build/astyle.cfg |
Ethan Hugg | ab97686 | 2013-12-12 14:54:36 -0800 | [diff] [blame] | 8 |