mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-24 21:25:45 +00:00
Sorts collections by name in alphabetical order Collections with numbers in the names are sorted in numerical order. Results in `['Test 10', 'Test 2', 'Test 1']` being sorted to: `['Test 1', 'Test 2', 'Test 10']` instead of: `['Test 1', 'Test 10', 'Test 2']` Accurately sorts numbers with decimals as well.