Place your .editorconfig in a shared parent directory; it will apply to all C# projects within that hierarchy without altering .csproj files.
Regards,
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi Team,
I configured editorConfig file and now I want to refer this to my all C# projects in Multiple folders and it's sub folders
My requirement is I want to place this file in one common path and all the C# projects should refer this ?
Any way to do this without modifying any .cspoj files and not placing the editorConfig in all the root folders? please let me know
Place your .editorconfig in a shared parent directory; it will apply to all C# projects within that hierarchy without altering .csproj files.
Regards,