1516X High Stakes 2.0
Codebase for 1516X High Stakes season
Loading...
Searching...
No Matches
Style Guide

This style guide is meant to brief contributors on the conventions utilized within this codebase.

The codebase follows the google-based C++ styling guidelines with a few modifications:

  • The column limit is 120.
  • The IndentWidth is 3.

C++ Styling Guide