I’ve run into a problem with the Actions on Save → Reformat Code option in IntelliJ. The setting is saved in workspace.xml, which isn’t meant to go under version control.
That means we can’t enforce this at the team level. Everyone has to remember to enable it locally, and when someone forgets, code reviews end up full of “please reformat” comments instead of focusing on the actual code.
It feels like this setting should live in a project-level config file (like other code style settings) so it can be shared in VCS.
Is there any workaround for this today, or should this be a feature request?
Thanks.