Skip to content

Shared configuration

Alexander Yevsyukov edited this page Jan 12, 2022 · 1 revision

Many sub-projects of the framework share dependencies on the third-party components, project configuration features, scripts, etc.

We also share selected IntelliJ IDEA settings to save on manual configuration for new project members and speed up the propagation of modified project standards for all the contributors.

The sharing of the configurations is implemented using the dedicated GitHub repository called config.

This repository is “plugged” into sub-projects that use it as a Git sub-module.

Refer to the config repository and its README file for installation instructions.

Clone this wiki locally