Home > Blockchain >  Intellij idea default setting for projects
Intellij idea default setting for projects

Time:01-10

My code style settings keep getting reset when I create a new project, and I have to re-export from the default ide configurations.

is it possible to make some factory settings for the project (code style for java, general code style, optimize imports on the fly setting) so that when creating a project they are as I specified them in advance and not set everything up again?

CodePudding user response:

File | New Projects Setup | Settings for New Projects...

  • Related