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

Handle the line prefix correctly #780

Merged
merged 7 commits into from
Oct 22, 2023

Commits on Oct 22, 2023

  1. Add a test

    toku-sa-n committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    206a577 View commit details
    Browse the repository at this point in the history
  2. Fix the test

    HIndint currently can't handle CPPs well, and thus there is an empty
    line after the `where`, and lines containing only spaces inside it, but
    this PR is still useful as it prevents HIndint from panicking
    unnecessarily.
    toku-sa-n committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    5e13ded View commit details
    Browse the repository at this point in the history
  3. Pass the test

    toku-sa-n committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    0506542 View commit details
    Browse the repository at this point in the history
  4. Add a changelog

    toku-sa-n committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    4dbd4b6 View commit details
    Browse the repository at this point in the history
  5. Add a link

    toku-sa-n committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    31ffdb6 View commit details
    Browse the repository at this point in the history
  6. Format

    toku-sa-n committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    77a5894 View commit details
    Browse the repository at this point in the history
  7. Update TESTS.md

    Signed-off-by: Mihai Maruseac <[email protected]>
    mihaimaruseac authored Oct 22, 2023
    Configuration menu
    Copy the full SHA
    96a892a View commit details
    Browse the repository at this point in the history