ref: ab97686e2b66928e914ca33ab4339a9c25cc96ae
parent: ff6b669176754c597704d71f6b1f647ce4593390
author: Ethan Hugg <ehugg@cisco.com>
date: Thu Dec 12 09:54:36 EST 2013
Added notes in CODING_STYLE
--- /dev/null
+++ b/CODING_STYLE
@@ -1,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
+