Please allow adding spacing between sibling MXML elements as well as after parent elements, but also allow that if the siblings are both single line, they don\'t get a separating line.
What would you want here? If you have: <c> </c>
Do you want no blank lines either between siblings or after the open tag or before the close tag if *all* the inner tags are single line tags?
I don't know how doable that is; I'm just trying to understand the request better.
Log in to post a comment.
What would you want here? If you have:
<c>
</c>
Do you want no blank lines either between siblings or after the open tag or before the close tag if *all* the inner tags are single line tags?
I don't know how doable that is; I'm just trying to understand the request better.