gci
gci copied to clipboard
Add flag to allow multiple prefix() sections to not be automatically sorted
Add a command-line flag that, when enabled, skips sorting "prefix(" imports lexically, while still preserving the default sorting for other types of sections. By default the value is false so as to not change the default behavior of gci.
Fixes: https://github.com/daixiang0/gci/issues/205