DefaultEditorPerProjectUserSettings.ini for different development environment

Hi,

I am doing a project with Linux and Windows. On Windows, it’s hard to say no to Visual Studio, but on Linux the choice seems to be more complicated, as I don’t have Visual Studio, I have QTCreator or KDevelop or Visual Studio Code as replacements.

I chose a source code accessor on Linux, say, QTCreator, and submit everything that is changed to my version control system - I use git, by the way. Next morning I pull everything to my Windows machine and change the source code accessor to Visual Studio. git showed me that I’ve changed my Config/DefaultEditorPerProjectUserSettings.ini file for that.

Is there any way that I can config the preferred accessor based on the environment I use? Something like “If Windows, use VS, else if Linux, use QTCreator”?

Thanks in advance,