-
-
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:
System
on top.- The rest sorted alphabetically.
- All
using static
at 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