Cockatrice/cockatrice/src
DawnFire42 7817e25fdd
style: Add braces to all control flow statements
Standardize code style by adding explicit braces to all single-statement
  control flow blocks (if, else, for, while) across the entire codebase.

  Also documents the InsertBraces clang-format option (requires v15+) for
  future automated enforcement.
2026-05-12 23:32:39 -04:00
..
client style: Add braces to all control flow statements 2026-05-12 23:32:39 -04:00
database/interface [Fix-Warnings] Remove more redundant empty declarations. (extra semicolons) (#6374) 2025-11-29 14:19:11 +01:00
filters style: Add braces to all control flow statements 2026-05-12 23:32:39 -04:00
game style: Add braces to all control flow statements 2026-05-12 23:32:39 -04:00
game_graphics/board style: Add braces to all control flow statements 2026-05-12 23:32:39 -04:00
interface style: Add braces to all control flow statements 2026-05-12 23:32:39 -04:00
main.cpp style: Add braces to all control flow statements 2026-05-12 23:32:39 -04:00
main.h [Cleanup] Unused #includes (#6367) 2025-11-29 18:53:11 +01:00