Reputation: 153
I have to develop several Java projects with different code styles at the same time. How to configure in Intellij Idea code style per project?
Thanks
Upvotes: 14
Views: 5676
Reputation: 9301
If you go to the Preferences -> Editor -> Code Style, there is a combo box at the top to choose to apply code style settings to the Project only, or at the global level.
Upvotes: 20