Commits
Click on a commit to change the comparison range✨ feat(formatter): add support for do...end block syntax
Add formatting support for do...end syntax in while, foreach, and match statements.
Includes proper spacing around the do keyword and comprehensive tests for various
scenarios (oneline, multiline, nested, with guards).
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> ♻️ refactor(formatter): extract do keyword formatting into helper method
Consolidates duplicate code for formatting 'do' keyword spacing into
a new `format_do_with_spacing` helper method, improving maintainability
and reducing code duplication. ✨ feat(macro): handle zero iterations in times macro43 minutes ago
by harehare