22
votes

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->Preferences->Java->Code Style->Formatter) default profile (in Eclipse IDE).

Did anyone manage to configure the formatter to follow the "Android Code Style Rules" already?
If yes, please export the Formatter profile and publish to be used by community.

PS: I've tried to do this myself but I've found that there are too many formatter options available, and most of them are not mentioned in the Code Style Guide :-(

5

5 Answers

35
votes

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.

6
votes

On a related note, here's how developers around Google keep their various Eclipse instances all in agreement: Workspace Mechanic for Eclipse

1
votes

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.

1
votes

The link in kroimon's answer to android formatter rules is broken. Here is the correct one.

1
votes

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