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
Because CSharpier currently treats all xml as strict whitespace we end up with the formatting below.
Should strict whitespace be configurable?
The first case should at least be considered a bug, and the starting/ending tags not broken.
<Root>
<ElementAttribute="SomeValue"
>
Because whitespace is strict
The indentation of the closing element can't change
</Element
>
<Element>
Shorter Text with indentation that can't change
</Element>
</Root>
The text was updated successfully, but these errors were encountered:
Because CSharpier currently treats all xml as strict whitespace we end up with the formatting below.
Should strict whitespace be configurable?
The first case should at least be considered a bug, and the starting/ending tags not broken.
The text was updated successfully, but these errors were encountered: