I have a project where every plugin project has specific format settings. It makes perfectly sense to use a single format setting for versioned source code but when working local I want to use my own formatter. I want to be able to say: It's okay that you have a project specific setting but I want to overwrite it with this global setting here. I want it always off when I'm working on it and only when I check in a new version of a file I want to use the project-specific format setting.
How can I temporarily deactivate the project specific formatting settings without doing it manually every time?