Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Intellij idea default setting for projects

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?

like image 888
moonkit Avatar asked Dec 30 '25 04:12

moonkit


1 Answers

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

like image 185
CrazyCoder Avatar answered Jan 01 '26 20:01

CrazyCoder