Automatically update configuration from maven project

Answered

I have a maven project. I opened it in intellij and enabled auto-import.

We have some custom configuration for the project (e.g. coding style). I would like to automatically enable this configuration when opening this project.

For example, I want to set the import order, save it to some file and then have anyone who opens the project have that configuration set.

Note: The project is a mixed java/scala project.

How would I accomplish this?

0
1 comment

Hi.

For code style, you should choose project scheme in Editor | Code style, settings would be saved in .idea folder inside project.

https://www.jetbrains.com/help/idea/creating-and-managing-projects.html

0

Please sign in to leave a comment.