I'm working in a codebase that is not fully PSR compliant at this point. Auto format can not be enabled as that would lead to a massive amount changes in pull requests.
We're now working through the file, normalizing as we go and making everything compliant. These files are "clean" and are fully compliant.
I'm looking for a way to mark these files as done and compliant and enable auto-format by PhpStorm or a plugin which does that. How can I achieve this?