Skip to content

How to (auto)configure a project

Sebastian Westemeyer edited this page Jun 20, 2024 · 3 revisions

The settings that can be "auto-configured" through the plugin are divided up in a set of available configuration yaml files.

Currently, the following files can be added to the .idea/autoconfig directory:

  • General IDE configuration (autoconfig.yaml)
  • Git VCS settings (autoconfigGit.yaml)
  • Java settings (autoconfigJava.yaml)
  • Maven settins (autoconfigMaven.yaml)

A good starting point for each of the configuration files is the wizard found in the IDE menu Tools -> Autoconfig -> Create Autoconfig File. A dialog asks for the desired configuration:
wizard

Once a file type is selected, the new file is created automatically. All available configuration options can be added by pressing Ctrl+Space for content assist.
editor

Make sure to observe the Yaml indentation while adding and editing properties.

Clone this wiki locally