I cannot figure out how to do this for the life of me apart from doing a find-replace on 4 spaces and converting to tabs (Version 0.10.2). I can\'t think of an editor/I
If you are trying to convert non-leading tabs to spaces (or vice versa) you can use a regex search and replace.
.*
button to search using regular expressions.[\t]
in Find box.Search box in regex mode: