KirillOsenkov / XmlParser

A Roslyn-inspired full-fidelity XML parser with no dependencies and a simple Visual Studio XML language service
Apache License 2.0
328 stars 49 forks source link

SmartIndent: support multiple tags on the same line #31

Open KirillOsenkov opened 4 years ago

KirillOsenkov commented 4 years ago
<a>
    <b>x<c>|</c>y</b>
</a>