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 should be an option (for example -s/--single-line-blocks) that allows certain blocks (just import and enum to begin with) to be drawn on a single line, assuming they only have 1 child statement.
In these cases, post_comments should be rendered behind the entire block rather than right after the opening curly brace.
The text was updated successfully, but these errors were encountered:
There are some situations where blocks are (almost) always very short and would be more readable on a single line. For example:
There should be an option (for example
-s/--single-line-blocks
) that allows certain blocks (justimport
andenum
to begin with) to be drawn on a single line, assuming they only have 1 child statement.In these cases,
post_comments
should be rendered behind the entire block rather than right after the opening curly brace.The text was updated successfully, but these errors were encountered: