Android Code Style Guide defines \"Android Code Style Rules\".
To conform to these rules one have to change quite a number of settings of the Java Code Formatter (Window->Pr
There are pre-made formatter rules available from the platform/development.git repository (GitHub mirror, in folder /ide/eclipse).
So you can simply import android-formatting.xml and android.importorder as mentioned here.
The link in kroimon's answer to android formatter rules is broken. Here is the correct one.
On a related note, here's how developers around Google keep their various Eclipse instances all in agreement: Workspace Mechanic for Eclipse
I think personal or team preferences vary to much to globally enforce a coding style. So every body should deploy his project specific coding style.
Sync the source code according to these instructions. The formatting guidelines are in the file development/ide/eclipse/android-formatting.xml. You can import it with Eclipse.
Menu bar -> Window -> Preferences -> Java -> Code Style -> Formatter -> Import
Point it to the path of the android-formatting.xml