How to create an Intellij and Eclipse compatible code style and code formatting configuration (for j

Posted by user141634 on Stack Overflow See other posts from Stack Overflow or by user141634
Published on 2010-04-08T23:25:23Z Indexed on 2010/04/08 23:33 UTC
Read the original article Hit count: 450

Filed under:
|
|
|
|

Few weeks ago I tried Intellij and I found it really awesome. Now, at my project there's two programmers (including me) using Intellij and few other programmers gonna still be using Eclipse. Since this project is already very large and it gonna be growing a lot, we need to use compatible Code Style and Code Formatting between Intellij and Eclipse. We do not want to have problems when one user edit one file and reformat it before save. With Eclipse "alone" we used to have some exported configuration, and before anybody starts to work, the first step is just to import this configuration. We already tried to use External Code Formatter, but it didn't work on Intellij 9. So, I have a bunch of questions here: 1 - Is there any way to import eclipse formatting configuration on Intellij 9? 2 - Anybody could share their experience managing this kind of situation? Do you guys have any other suggestion to manage this situation?

© Stack Overflow or respective owner

Related posts about intellij

Related posts about eclipse