Is it possible for intellij to organize imports the same way as in Eclipse?

I’m working on a project where all the team members are using Eclipse and I’m the only IDEA user. This creates a lot of noise from imports rearrangements. The order in which eclipse imports is: Java, Javax, Org, Com, everything else in alphabetical order. Is it possible to configure IDEA to follow these rules?

4 Answers
4

Leave a Comment