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
There is no way to force newlines between items. You can allow newlines above something with allow_blank_line_before, but in some cases it could be useful to not only allow it but enforce it?
The allow_blank_line_before processing happens before formatting, on the input. If blank lines are subsequently inserted as part of formatting, then they will be squashed by the post-processor.
It would make sense for the post-processor to be sensitive to allow_blank_line_before nodes, so Topiary has a way of inserting horizontal whitespace between nodes.
The text was updated successfully, but these errors were encountered:
Originally posted by @lavigneer in #699
The
allow_blank_line_before
processing happens before formatting, on the input. If blank lines are subsequently inserted as part of formatting, then they will be squashed by the post-processor.It would make sense for the post-processor to be sensitive to
allow_blank_line_before
nodes, so Topiary has a way of inserting horizontal whitespace between nodes.The text was updated successfully, but these errors were encountered: