organizeDirectives property

bool organizeDirectives
getter/setter pair

If the formatter should also organize imports and exports.

By default, this is disabled.

Implementation

bool organizeDirectives = false;