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

FormatOps: outindent after fewer braces in infix #3740

Merged
merged 2 commits into from
Dec 30, 2023

Commits on Dec 29, 2023

  1. Configuration menu
    Copy the full SHA
    48e9638 View commit details
    Browse the repository at this point in the history
  2. FormatOps: outindent after fewer braces in infix

    When a fewer braces call is used before an infix operator, that operator
    may not be indented as it will otherwise be interpreted as part of the
    fewer-braces argument.
    
    This fix leaves a few cases (notably, many for newlines.source=unfold)
    still broken, but that requires a change to the parser which will be
    released in the new version of scalameta.
    kitbellew committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    5faeb68 View commit details
    Browse the repository at this point in the history