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

Improved handling of comments around clauses/stanzas #89

Merged
merged 2 commits into from
Sep 24, 2024

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    5666859 View commit details
    Browse the repository at this point in the history
  2. Improve handling of separated clauses

    Specifically, in the presence of comments around `expr_with_block`
    cases (such as `assert ... by { ... }` blocks) that don't necessarily
    have a semicolon, the previous version would end up reorganizing the
    affinity of the comments across the clauses, preferring the previous
    clause. With this commit, each comments stays loyal to its own clause.
    jaybosamiya-ms committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    dec44e7 View commit details
    Browse the repository at this point in the history