mirror of
https://github.com/tiennm99/godot.git
synced 2026-06-18 23:40:19 +00:00
5d124c4a8f
The current code style guidelines forbid the use of `auto`. Some uses of `auto` are still present, such as in UWP code (which can't be currently tested) and macros (where removing `auto` isn't easy).