I’ve got a runtime code editor using TextMeshProUGUI, and it works great in most respects. The one place it really fails is with tabs. The tab size is, shall we say, excessive:
Is there any equivalent of tabSize in TMPro? Or any way to set tab stops? Maybe something on the font? I’m desperate for any way to get a more reasonable tab size here.
Is that a new feature? I don’t seem to have that in 2018.2.15…
EDIT: While I don’t have Tab Width, I do have Tab Multiple, which appears to be something like how many spaces a tab should equal. This serves my needs. Thank you!