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
This is an issue with our parser. I've opened a PR for the fix, and will need to update the dependency when it's ready. SAP/xml-tools#452. If they don't it soon, I'll figure out another way to make it work.
No, I don't really have any sway on them unfortunately. If they don't merge there's not much I can do. I might have to fork if they don't do anything about it.
Hi, I've encountered an issue with the plugin where processing instructions within XML files disrupt formatting.
Input (test.xml)
Command:
npx prettier --plugin=@prettier/plugin-xml --tab-width 4 --xml-whitespace-sensitivity "ignore" --print-width 180 test.xml
Output:
Expected output:
Any suggestions or fixes would be appreciated. Thanks
The text was updated successfully, but these errors were encountered: