mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-06 06:13:10 +00:00
Update CONVENTIONS.md
This commit is contained in:
parent
727a90c5d1
commit
84737a9fc1
@ -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);
|
for (int i = 0; i < NUM_VALUES; i++) printf("%i", i);
|
||||||
|
|
||||||
// Be careful with the switch formatting!
|
// Be careful with the switch formatting!
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user