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
Sort with wildcard and group first, close#47 (#49)
* Refractoring Sortimports
- ImportGroup abstract List[Import] and operations on it
- Use List instead of ListBuffer when possible
- Rename variables for better comprehension
* Allow sorting with priority on wildcard and groups
- Add asciiSort boolean on configuration (default true)
- Add WildcardAndGroupFirstSort SortWith implementation