-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Formatter: consider consecutive macro literals when subformatting (#8034
) * Formatter: consider consecutive macro literals when subformatting The lexer might produce consecutive macro literals instead of just a single one, so when subformatting consider this case too. * Formatter: correctly subformat comments * Formatter: track def args when subformatting * Formatter: consider content after comment when subformatting * Formatter: consider nested macros when subformatting * Run formatter * fixup! Formatter: consider nested macros when subformatting
- Loading branch information
Showing
26 changed files
with
881 additions
and
736 deletions.
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
Oops, something went wrong.