I want to edit the reformating which comes with the official Android ADT in eclipse, is this possible?
I want, for example, remove the break after a long class decleration.
I have the official AOSP source on my computer and found a the android-formatting.xml, is it the same as in the Android ADT? If yes, How can I override the ADT formatting and can use my custom file which I can import (a modified android-formatting.xml).
I am not aware that Android specifies any formatting for Java classes. That is handled by Eclipse and can be modified from within Eclipse itself (Preferences > Java > Code Style > Formatter).