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
Expressions on both "true" and "false" sides are broken apart across two lines. It would be easier to read if each operand (condition, expression1, expression2) would be placed in their own lines, like below:
Describe the Feature
Given below config:
And a very long one-liner:
Formatter currently outputs:
Expressions on both "true" and "false" sides are broken apart across two lines. It would be easier to read if each operand (condition, expression1, expression2) would be placed in their own lines, like below:
(Optional) Sample of desired output
The above is what I currently desire 🙇 but I imagine someone else also wanting to have question mark and semicolon kept at the end of lines instead:
Edit: Just found another example - condition may also break across lines:
The text was updated successfully, but these errors were encountered: