Contribution Guidelines - ARCOMM/arc_misc GitHub Wiki
Basics:
- This project uses K&R Style indentation
- This project uses tabs for indenting
- Always use Camel Case
-
#defineconstants must be in capitals and underscores.#define SOME_CONSTANT foo bar
Basics:
#define constants must be in capitals and underscores. #define SOME_CONSTANT foo bar