Open Qtax opened 10 months ago
Input:
var foo = 1; var bar = 2; // csharpier-ignore var baz = 3;
Output: Inconsistent empty line handling before the // csharpier-ignore comment
// csharpier-ignore
Expected behavior: Allow a blank line before the // csharpier-ignore comment like with other comments and statements
:+1:
Input:
Output: Inconsistent empty line handling before the
// csharpier-ignore
commentExpected behavior: Allow a blank line before the
// csharpier-ignore
comment like with other comments and statements