There are two different files about code style in eclipse:
Now I know the code formatter file can
I exported the code from https://code.google.com/p/eclipse2idea/, opened the maven project in IntelliJ, made a clean package
and used the resulting jar to convert an Eclipse xml to an Intellij xml. No problems.
Now, I do not know how to import the Intellij xml file. "Import Settings" does not work. In the "Live Template" area in settings, there is no import import.
Does anyone have a clue how to import the converted IntelliJ Template xml?
Unfortunately you cannot import code templates out of the box.
That might change in the future though..
http://blog.jetbrains.com/idea/2014/01/intellij-idea-13-importing-code-formatter-settings-from-eclipse/
Your best bet for now is to get this plugin to work and give it a go..
https://code.google.com/p/eclipse2idea/
http://www.danhaywood.com/2009/10/11/converting-eclipse-templates-to-intellij-idea/
I couldn't find the plugin on the marketplace or an update site for it though.
Best of luck..