format
format copied to clipboard
dotnet format whitespace is not working in case of "File Scoped Namespace"
Command
dotnet format whitespace ./.. --folder
Example
This works (contains whitespaces in line 3)
namespace Test
{
}
This is not working, the whole file is not processed (contains whitespaces at the end of line 1)
namespace Test;