-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
1 parent
5666859
commit dec44e7
Showing
3 changed files
with
68 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters