CLion
 
Get CLion
You are viewing the documentation for an earlier version of CLion.

Project settings

Last modified: 11 January 2023

For example, project settings include VCS settings, code style settings, the list of language injections, and so on. You can add these settings to your VCS along with other project files.

Project settings apply to the current project only. They are stored in the .xml format together with other project files in the .idea directory. Project settings can include VCS configuration, code style options, the list of language inspections, and so on.

To configure project settings, select CLion | Preferences on macOS or File | Settings on Windows and Linux from the main menu. Alternatively, you can press Ctrl+Alt+S to show the IDE settings.

In the Settings dialog, project settings that apply only to the current project are marked with the Project settings icon. Other settings are global and apply to all existing projects.

the Settings dialog

If you want to share settings between the already existing projects, you can use Settings Repository or the Settings Sync plugin. You can also export the settings into a ZIP archive and import them later to another IDE instance.