Merge pull request #22 from ethanhugg/astyle

Added notes in CODING_STYLE
This commit is contained in:
ekr 2013-12-12 15:08:57 -08:00
commit 924aa42058

8
CODING_STYLE Normal file
View File

@ -0,0 +1,8 @@
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 12/12/2013 using the configuration found in build/astyle.cfg