You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* small refactor
* a printer for a pattern where a condition forks into a space or an indented line prepending the same item
* a printer for a pattern where a group is followed by an indentIfBreak pointing to said group.
* standardising `printPreservingEmptyLines`
* automatically set `grouped: false` when the `firstSeparator` is a `hardline`
* unnecessary group since the contents are already being grouped
* `expression` is not that complicated that it deserves its own function
* more accurate return types for printers
* storing document in const
* preserve empty lines between dangling comments
* only attempt to print the dangling comments if there are no items to be printed
0 commit comments