roana0229 / android-xml-sorter

Android Studio & IntelliJ Plugin for sort xml by name="xxx".
Apache License 2.0
103 stars 12 forks source link

Spaces between two xliff placeholder tags are trimmed during sort #20

Open mariotaku opened 6 years ago

mariotaku commented 6 years ago

Before:

<xliff:g id="name">%2$s</xliff:g> <xliff:g id="time_with_preposition">%3$s</xliff:g>

After:

<xliff:g id="name">%2$s</xliff:g><xliff:g id="time_with_preposition">%3$s</xliff:g>
<!--                            ^^ HERE                                         -->

I'll create a pull request to this if possible. Thanks for your plugin!

roana0229 commented 6 years ago

👀 Thanks!