roana0229 / android-xml-sorter

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

Eliminates line breaks before/after xliff tag #8

Closed mariotaku closed 7 years ago

mariotaku commented 7 years ago

xliff is a placeholder tag for localization files: https://developer.android.com/distribute/tools/localization-checklist.html

This code change eliminates line breaks before/after that tag, which is a huge improvement for code style.

<- Before | After ->

image

roana0229 commented 7 years ago

👀 I confirm tonight.

mariotaku commented 7 years ago

Thanks! Your plugin is awesome!