olegtarapata
olegtarapata

Reputation: 153

Code style per project in Intellij Idea

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

Answers (1)

Saša Šijak
Saša Šijak

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.

enter image description here

Upvotes: 20

Related Questions