What is the best way to sync commit dialog settings?
Answered
I am trying get all the IDEA instances my team members use to reformat, organize imports and perform a code cleanup automatically on every commit.
I have tried to use a settings repository to sync the relevant settings (under "Commit Dialog") between the different instances, but apparently these particular settings are considered project-level settings and do not sync.
On the other hand, simply committing the workspace.xml file (which contains the settings) to Git is impossible, since it also contains user-specific settings.
I am new to this IDE and it seems to be a simple use case, are there any other solutions I missed?
Thanks
Please sign in to leave a comment.
Hello,
Please follow the related issue on YouTrack: https://youtrack.jetbrains.com/issue/IDEA-210567