I created a file called globalusings.cs. When the file is formatted the code looks like below.
C#global
using System;
global
using Microsoft.CodeAnalysis;
global
using Microsoft.CodeAnalysis.CSharp.Syntax;
New lines where added after the global keyword. I expected no new lines to be added.
Hi,
Thank you for informing us about this issue. I reproduced it.
We will let you know once the fix is ready.