Issue
Is it possible to somehow auto-format when saving XML files in Eclipse?
I know it's possible to do it for Java files, but I would like it to happen for XML files as well.
Specifically, I'm using and loving the auto format feature for XML files while developing for Android, as Android is quite heavy on using XML files.
Solution
I'm going to answer my own question using my own article about the fix that's about to be rolled out to ADT: http://www.androidpolice.com/2010/11/09/for-android-developers-next-version-of-eclipse-adt-to-include-auto-formatting-of-xml/
Update: since r14, ADT can now finally do this. http://tools.android.com/recent/xmlformatter
Answered By - Artem Russakovskii