I recently implemented the maven Check styling style in my project and changed all the Formater settings in intellij (what I use) to fit this style guide (which they now do).
However, I need to create an .xml settings file for eclipse so that my colleagues can automatically format the code there so that it also matches this style guide.
The problem I find is that I see no way to export settings from intellij and import them into eclipse. and I cannot manually configure eclipse to match the nuances of the new style guide (the main issue is the indentation of the continuation).
Any help or ideas would be fantastic. :)
source share