We need to have common code style config for all developers at project. How tune Intellij IDEA for auto-update code style config from cloud? For example: Added codeStyleSettings.xml to git repository. When new changes of codeStyleSettings.xml pulled from repository, updated local config of project code style.
I found answer there - How to share Code Style settings between developers in IntelliJ. Code Style can be copied to project and saved in .idea/codeStyles. Next needs exclude ignoring this folder in gitignore.