aokellermann/iex

Code Style

Closed this issue · 0 comments

C++ code in this repo should conform to a specific code style with minimal ambiguity. The tentative style for this repo is Google C++ Style, with some modifications.

Additionally, a style verification script and/or linter should be configured for automated style checking.

Deliverables:

  • CONTRIBUTING.md file that states the specifics of conformity to a C++ code style spec.
  • C++ code style verification script.
  • C++ code linter (if needed).
  • Style verification script to check C++ code style conformity.