I code in C++ in Visual Studio 2022. My sources and solution/project files are in two different directories. Neither is included in the other. They're strictly separated.
I put and .editorconfig file in a directory next the SLN file, but it seems it isn't considered by Visual Studio 2022 (17.13.5). I added it in the solution, but that doesn't change anything.
Would you have an idea ?