We sometimes use loops like these: ```gdscript for _i in range(1000): spawn_ant() ``` This formatter is unhappy with _i not being snake_case, but it's supposed to have the underline to mark the unused var.. <img width="879" height="62" alt="Image" src="https://github.com/user-attachments/assets/e16dc181-b17b-43f9-ba8c-b66d9a86dea1" />
We sometimes use loops like these:
This formatter is unhappy with _i not being snake_case, but it's supposed to have the underline to mark the unused var..