You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I looked up the official documentation, but did not find out how to configure the sorting order.
I need some config items like length_sort = desc
so that i can get result like this.
from xxx import (
abcd,
def,
hi,
g
)
The text was updated successfully, but these errors were encountered:
Thanks for this idea! The ability to do this has been implemented in develop and will find its way out in the 5.8.0 release, via a reverse_sort config option, that can be used for all sorts including length sorting.
I looked up the official documentation, but did not find out how to configure the sorting order.
I need some config items like
length_sort = desc
so that i can get result like this.
The text was updated successfully, but these errors were encountered: