Including plugins and plugins settings, to keep same coding rules and avoid differences?
I'm aware of Repository Settings and Jetbrains Account synchronization, but I cannot use Jetbrains Account, since it's an internal development network, not connected to internet
For style consistency, JetBrains does natively support EditorConfig, I would check in a .editorconfig at the root of each of your git repositories.
For specific programming languages, there also also some plugins that interact with version controllable style settings, such as Checkstyle and ESLint