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

Insert white space before trailing closure of a macro expression #544

Merged
merged 2 commits into from
Jun 20, 2023
Merged

Insert white space before trailing closure of a macro expression #544

merged 2 commits into from
Jun 20, 2023

Commits on Jun 20, 2023

  1. insert space before closures in macro expressions

    If a freestanding macro expression contains a trailing closure keep a,
    single space before its opening brace or insert one if none exists.
    
    Part of #542
    kimberninger committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    3bfed5e View commit details
    Browse the repository at this point in the history
  2. test pretty printing macro expressions

    Add a missing test case for pretty printing freestanding macro
    expressions along with some basic tests checking that #542 has been
    properly resolved in commit 7a43205.
    
    The tests are by far not exhaustive and only cover the bug discovered in
    issue #542.
    
    Closes #542
    kimberninger committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    13cb27b View commit details
    Browse the repository at this point in the history