Yes, this behaviour is configurable via the score ranking strategy setting:
dense_rank
(default) - Produces the tie behaviour shown in your screenshotrank
- Tied rows get the same rank, next rank is incremented by number of tied rowsrow_number
- Produces the tie behaviour shown in the original post