.editorconfig is not working in Visual Studio 2017 when my sotution is not in my C: drive?

Viewed 964

I have added a .editorconfig file at my solution base folder but Visual Studio 2017 keeps using its settings, but this happenes just when the solution folder is not in the C: drive (if the solution folder is in the C: drive .editorconfig file is working perfectly).

I have also tried to add .editorconfig file to each project of the solution but still the same problem.

Note that I have root = true in my .editorconfig file.

I am using the following version of Visual Studio:

Microsoft Visual Studio Community 2017 version 15.2 (26430.06)

1 Answers
Related