In Global Code Style -> Imports -> Import Layout, I can specify the order of packages. Those imports includes static imports. I'd like an option for IDEA to separate all the static imports, putting them first.
In general, I'd like options to format all the imports in any way that Eclipse can do it, because most developers on my current project are using Eclipse, and I'm trying to keep using IDEA and avoid unnecessary conflicts in CVS. Of course, I'm using Editor -> Behavior -> Imports -> Optimize imports on the fly to automatically add or delete imports as necessary. However, whenever IDEA does that, it also reformats all the existing imports.
Another approach to this issue would be to have an option to add or delete imports as necessary without changing the format of any existing imports. I'm assuming that the "Add unambiguous imports on the fly" option might do that for adding but not for deleting. Actually I never look at the imports and don't really care how they're formatted; I just want them to be correct and to not generate extra CVS conflicts.