Just an idea I haven't seen implemented yet:
Tabs have the advantage of beeing of variable width while spaces don't. But two or more consecutive spaces are rarely used for more than just aligning code. In theory the editor could render double the spaces (or rather a space with twice the width) for every amount of spaces higher than one, effectively doubling the indent.
No conversion (retabbing) would have to take place and therefore no hardcoding the value, which often breaks languages which don't like mixed tabs and spaces as the retabber might encounter three consecutive spaces and only convert two of them to a tab if told to do so.