SortConfig

configuration for sorting imports

Members

Variables

byAttribute
bool byAttribute;

sort by attributes (public/static first)

byBinding
bool byBinding;

sort by binding instead of the original

keepLine
bool keepLine;

won't format the line, keep it as-is

merge
bool merge;

merges imports of the same source

verbose
bool verbose;

print interesting messages (TODO)

Meta