We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Input:
<?xml version="1.0"?> <foo> <bar/> </foo>
Output:
So, there is useless indentation level after <?xml version="1.0"?>. Ans should be
<?xml version="1.0"?>
The text was updated successfully, but these errors were encountered:
Was broken after these commits: Infocatcher/AkelPad_scripts@37322e1 (and thanks to Skif_off for testing)
Sorry, something went wrong.
Fixed with #683
Thanks!
No branches or pull requests
Input:
Output:
So, there is useless indentation level after
<?xml version="1.0"?>
. Ans should beThe text was updated successfully, but these errors were encountered: