Adding whitespace

I have the following list in my snippet

a.Option A
b.Option B

What I would like to be able to do is put a tab spacing between "a." and "Option A".

Why I use {key:tab} the "Option A" is indented and moved to the following line. I have tried using trim but it does not seem to make a difference. Also tried backspace without success.

Am new to Text Blaze so it is probably really simple. Any assistance will be really appreciated.

Hi @michael1,

Welcome to the forum! :slightly_smiling_face:

You can just keep a tab spacing in your snippet and when you insert it will be automatically added as I have done in the following snippet.

a. Option A
b. Option B