csharpier icon indicating copy to clipboard operation
csharpier copied to clipboard

sort modifiers

Open glmnet opened this issue 3 years ago • 0 comments

e.g. methods like

public override async Task Method1() {...} 
async public override Task Method1() {...} 

are equivalent

It'd be nice to have first visibility and last async, or whatever, but consistent.

This is similar to sort usings maybe and that discussion might apply here too.

glmnet avatar Aug 22 '22 20:08 glmnet