gci icon indicating copy to clipboard operation
gci copied to clipboard

Add flag to allow multiple prefix() sections to not be automatically sorted

Open DanWlker opened this issue 7 months ago • 2 comments

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

DanWlker avatar Jul 07 '24 15:07 DanWlker