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
My proposed solution is to allow xml.format.splitAttributes to accept an integer to specify the length required for the attributes to be split. Otherwise I think it's just ugly and harder to read, especially when the attributes are very short and there's only one or two. And sorry if this is a duplicate or this feature already exists, I tried looking thorough it to see. And I couldn't find any other extension that does this.
The text was updated successfully, but these errors were encountered:
@fbricon looks like it's so, same problem, different proposed solution. Although I think 350 has two issues in one, respecting .editorconfig, and formatting based on max line length. I'll close as a duplicate
I have something like this
and I really only want to split the attributes if the line length is >120 so the output would be
My proposed solution is to allow
xml.format.splitAttributes
to accept an integer to specify the length required for the attributes to be split. Otherwise I think it's just ugly and harder to read, especially when the attributes are very short and there's only one or two. And sorry if this is a duplicate or this feature already exists, I tried looking thorough it to see. And I couldn't find any other extension that does this.The text was updated successfully, but these errors were encountered: