1516X Push Back 1.0
1516X's robot code for the 2025-2026 VEX Robotics Competition
Loading...
Searching...
No Matches
Style guide

Code format

This codebase follows the LLVM C++ Style Guide with a few modifications:

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

Code conventions

1516X follows the CPP Core Guidelines and uses clang-tidy to ensure best code practices. See the .clang-tidy file for more information.

Writing style

1516X follows Microsoft's Writing Style Guide.