Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix formatter on call without parentheses followed by doc comment #14354

Commits on Mar 8, 2024

  1. Remove skip_space at end of Call

    This `skip_space` would consume trailing comments, newlines and comments
    after newlines which on calls without parentheses.
    It would be fine to keep it when there are parentheses (because then we
    expect `OP_RPAREN`), but it seems to be entirely unnecessary.
    straight-shoota committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    e4547ca View commit details
    Browse the repository at this point in the history