mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-12 17:42:50 +00:00
Update CONVENTIONS.md
This commit is contained in:
@@ -41,6 +41,7 @@ while (!WindowShouldClose())
|
||||
|
||||
}
|
||||
|
||||
// Always use accumulators as `x++` instead of `++x`
|
||||
for (int i = 0; i < NUM_VALUES; i++) printf("%i", i);
|
||||
|
||||
// Be careful with the switch formatting!
|
||||
|
||||
Reference in New Issue
Block a user