We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 819af12 commit 9d86386Copy full SHA for 9d86386
1 file changed
src/writer_xml.cpp
@@ -85,8 +85,6 @@ void XmlWriter::WriteString(StringView val) {
85
break;
86
case '\n':
87
stream.put(c);
88
- at_bol = true;
89
- Indent();
90
91
case '\r':
92
case '\t':
0 commit comments