mirror of
https://github.com/godotengine/godot.git
synced 2026-03-24 21:27:16 +00:00
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).