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

Router: preserve breaks for source.keep in case #2223

Merged
merged 3 commits into from
Oct 16, 2020

Conversation

kitbellew
Copy link
Collaborator

Also, fix closing paren when spaces.inParentheses is set. Currently, one case is excluded for the opening paren (if/while/etc.), but a completely different one (isDefnOrCallSite) applies to the closing paren. Let's fix that.

Fixes #2219.

Currently, for space.inParentheses, one case is excluded for the opening
paren (if/while/etc.), but a completely different one (isDefnOrCallSite)
applies to the closing paren. Let's fix that.
@kitbellew kitbellew merged commit b7fe3d8 into scalameta:master Oct 16, 2020
@kitbellew kitbellew deleted the 2219 branch October 16, 2020 11:03
@kitbellew
Copy link
Collaborator Author

@poslegm GitHub actions had some warnings, found explanation here: https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to align on pattern alternative, even by setting align.tokens
2 participants