-
-
Notifications
You must be signed in to change notification settings - Fork 131
Closed
Labels
Milestone
Description
I would like using directives to be sorted with these rules:
Systemon top.- The rest sorted alphabetically.
- All
using staticat the end which follows the same rules.
Example:
using System;
using Bar;
using Baz;
using Foo;
using static System.Math;
using static Bar.BarHelper;
using static Foo.FooHelper;loraderon, TiraelSedai, snebjorn, adigourdi, vabic and 11 moreSti2nd and mhartzell