Skip to content

fix pretty print in Declaration#47

Open
Sstrawer wants to merge 1 commit intoigniterealtime:masterfrom
Sstrawer:decl_pretty_print
Open

fix pretty print in Declaration#47
Sstrawer wants to merge 1 commit intoigniterealtime:masterfrom
Sstrawer:decl_pretty_print

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

Comments