Skip to main content

C/C++ Code Style

InfiniFrame uses K&R brace style for all C and C++ code.

This style is enforced through the repository-level .clang-format file at the project root:

  • /.clang-format

Use clang-format with the repo configuration when editing native sources to keep formatting consistent.