I want my Visual Studio #CS editor to prefer using fully qualified naming at using statements. So i prefer:
using myproject.management.control.common;
rather than
using control.common;
There is such an option in Resharper "Prefer fully qualified using name at nested scope".
what is the parallel setting for this in the .editorconfig file?