I want to format my code according to the Google Java Style.
There are some issues when it comes to import statements. The one rule I can not fulfill other than by manual editing each class is this one:
If there are both static and non-static imports, a single blank line separates the two blocks.
Apparently, there is no way to configure the Organize Imports
action in Eclipse to add this blank line.
Are there any workarounds, plugins or plans to add such a feature (or is my only choice to write one myself or use a different IDE)?