This option controls whether using directives for System namespaces should be sorted before other using directives.
using System; using A; using B;
using A; using B; using System;