Skip to content
New issue

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

fix pretty print in Declaration #47

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Sstrawer
Copy link

pretty print dont print < in <?xml version="1.0" encoding="UTF-8"?>.
i find this in smack debugger

@coveralls
Copy link

Coverage Status

coverage: 60.594% (+0.2%) from 60.364%
when pulling 31a4121 on Sstrawer:decl_pretty_print
into e0030a4 on igniterealtime:master.

"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n\n<p/>";
XmlPrettyPrinter.Builder xmlPrettyPrinterBuilder = XmlPrettyPrinter
.builder()
.setTabWidth(2);
Copy link
Member

@Flowdalic Flowdalic Dec 28, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The setTabWidth() seems unnecessary?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants