When using the C# 10 File Scoped Namespaces feature, classes are indented as shown below.
C#namespace Test;
internal class Class1
{
}
I expected no indentation of the class.
Maybe there is some option I have to set, but I could not found it.
Hi,
Thank you for contacting us.
I reproduced this issue. We need some time to fix it.
We will let you know when the changes are ready.